Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "QuizBridge", "description": "Bridge your vocabulary lists to Quizlet flashcards seamlessly", "version": "1.0.1", "permissions": [ "storage", "activeTab", "contextMenus", "tabs", "unlimitedStorage" ], "host_permissions": [ "https:\/\/quizlet.com\/*" ], "action": { "default_popup": "index.html", "default_icon": { "16": "src\/assets\/icon16.png", "32": "src\/assets\/icon32.png", "96": "src\/assets\/icon96.png", "128": "src\/assets\/icon128.png", "144": "src\/assets\/icon144.png" }, "default_width": 400, "default_height": 600 }, "icons": { "16": "src\/assets\/icon16.png", "32": "src\/assets\/icon32.png", "96": "src\/assets\/icon96.png", "128": "src\/assets\/icon128.png", "144": "src\/assets\/icon144.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content.ts-loader-CaFdUR64.js" ], "matches": [ "https:\/\/quizlet.com\/*\/edit" ] } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "welcome.html" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/quizlet.com\/*" ], "resources": [ "assets\/storage-CNGS72Nz.js", "assets\/utils-AG663G60.js", "assets\/content.ts-IPplqGO_.js" ], "use_dynamic_url": false } ] }