mirror of
https://git.victorphan.net/basketballcantho/study4.git
synced 2026-08-05 06:13:11 +07:00
18 lines
358 B
JSON
18 lines
358 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Study4 Vocabulary Scraper",
|
|
"version": "1.0",
|
|
"description": "Scrape vocabulary from Study4 flashcards pages.",
|
|
"permissions": [
|
|
"activeTab",
|
|
"scripting"
|
|
],
|
|
"host_permissions": [
|
|
"*://*.study4.com/*"
|
|
],
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_title": "Study4 Scraper"
|
|
}
|
|
}
|