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_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.0.2", "action": { "default_popup": "src\/layouts\/popup.html", "default_icon": "icons\/icon128.png" }, "permissions": [ "storage", "activeTab", "tabCapture", "tabs", "offscreen", "<all_urls>" ], "background": { "service_worker": "src\/js\/background.js", "type": "module" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "512": "icons\/icon512.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }