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__", "description": "__MSG_AppDesc__", "version": "1.0.1", "default_locale": "en", "action": { "default_icon": { "16": "assets\/icon\/icon-16.png", "32": "assets\/icon\/icon-32.png", "48": "assets\/icon\/icon-48.png", "128": "assets\/icon\/icon-128.png" }, "default_popup": "src\/html\/popup.html" }, "background": { "service_worker": "src\/js\/background.js", "type": "module" }, "chrome_url_overrides": { "history": "src\/html\/history.html" }, "permissions": [ "history" ], "icons": { "16": "assets\/icon\/icon-16.png", "32": "assets\/icon\/icon-32.png", "48": "assets\/icon\/icon-48.png", "128": "assets\/icon\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "icons\/*", "src\/libs\/*", "libs\/*" ], "matches": [ "<all_urls>" ] } ] }