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": "Quizlet answers for Canvas quiz", "version": "1.0.2", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.instructure.com\/*" ], "js": [ "content-script.js" ] } ], "permissions": [ "activeTab" ], "host_permissions": [ "*:\/\/*.google.com\/*", "*:\/\/*.bing.com\/*", "*:\/\/*.yahoo.com\/*", "*:\/\/*.quizlet.com\/*" ], "commands": { "search": { "suggested_key": { "default": "Ctrl+Shift+Q", "mac": "Command+Shift+Q" }, "description": "Action" } } }