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, "version": "1.1.0", "name": "Flash Quizlet", "description": "Speed up your flashcard creation for any Quizlet set", "permissions": [ "tabs", "storage", "activeTab", "contextMenus" ], "host_permissions": [ "https:\/\/quizlet.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/quizlet.com\/*\/edit" ], "js": [ "content_scripts.js" ] } ], "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_popup": "index.html" }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } }