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": "QuizLoader", "description": "Load Quizlet flashcards into QuizLoader", "version": "0.0.2", "action": { "default_icon": { "64": "icons\/icon.png" } }, "icons": { "64": "icons\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/quizlet.com\/*" ], "js": [ "main.js" ] } ], "background": { "service_worker": "bg.js" } }