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_ACExtensionName__", "description": "__MSG_ACExtensionDescription__", "default_locale": "en", "version": "1.5.0", "icons": { "16": "icon16x16.png", "32": "icon32x32.png", "48": "icon64x64.png" }, "permissions": [ "nativeMessaging", "tabs", "storage" ], "action": { "default_icon": { "16": "icon16x16.png", "32": "icon32x32.png", "48": "icon64x64.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "bg.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "popup.js" ] } ] }