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": "__MSG_appName__", "version": "1.0.5", "icons": { "16": "src\/assets\/icon16.png", "32": "src\/assets\/icon32.png", "64": "src\/assets\/icon64.png", "126": "src\/assets\/icon126.png" }, "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "storage", "notifications", "tabs", "identity", "identity.email" ], "action": { "default_popup": "src\/popup\/index.html" }, "content_scripts": [ { "js": [ "assets\/index.js-loader-C7myQSzL.js" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "src\/styles\/content.css", "src\/content\/index.js", "src\/assets\/icon.png" ], "use_dynamic_url": false }, { "matches": [ "<all_urls>" ], "resources": [ "assets\/runtime-dom.esm-bundler-CxUFb2nC.js", "assets\/MessageEventType-CYSQdHr9.js", "assets\/index-BVwbAc3C.js", "assets\/index.js-fhAr_6jm.js" ], "use_dynamic_url": true } ] }