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.0", "description": "__MSG_appDesc__", "permissions": [ "browsingData", "storage", "notifications", "alarms" ], "action": { "default_popup": "src\/html\/popup.html", "default_icon": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" } }, "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "options_page": "src\/html\/options.html", "background": { "service_worker": "src\/js\/background.js" }, "web_accessible_resources": [ { "resources": [ "src\/html\/help.html", "assets\/icons\/data-types\/*.svg" ], "matches": [ "<all_urls>" ] } ], "default_locale": "en" }