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