Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "QuizNest - Interactive Flashcards and Quizes", "version": "2.0", "description": "An interactive quiz and study tool.", "icons": { "48": "icon128.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "48": "icon128.png" } }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" } }