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": "__MSG_extension_name__", "version": "1.0.1", "description": "__MSG_extension_description__", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" } }, "permissions": [ "tabs", "contextMenus" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": { "script-src": [ "'self'", "'unsafe-inline'", "'unsafe-eval'", "http:\/\/*\/*", "https:\/\/*\/*" ], "script-src-elem": [ "'self'", "http:\/\/*\/*", "https:\/\/*\/*" ], "object-src": "'none'" }, "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "default_locale": "en" }