Files
study4/study4_scraper_extension/manifest.json
T
2026-05-25 11:39:14 +07:00

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"
}
}