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_appName__", "version": "1.0.3", "action": { "default_popup": "popup.html" }, "description": "__MSG_shortDesc__", "default_locale": "en", "icons": { "16": "public\/16.png", "32": "public\/32.png", "48": "public\/48.png", "128": "public\/128-wo-border.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "tabCapture", "activeTab", "offscreen", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "assets\/fonts\/*" ], "matches": [ "<all_urls>" ] } ] }