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__", "description": "__MSG_shortDesc__", "version": "1.0.7", "action": { "default_popup": "index.html" }, "icons": { "16": "src\/assets\/16x16.png", "48": "src\/assets\/48x48.png", "64": "src\/assets\/64x64.png", "128": "src\/assets\/96x96.png" }, "default_locale": "en", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "clipboardRead", "clipboardWrite", "offscreen", "storage" ], "options_page": "options.html" }