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", "version": "1.0.1", "manifest_version": 3, "offline_enabled": true, "name": "__MSG_appName__", "description": "__MSG_shortDesc__", "default_locale": "en", "icons": { "16": "images\/browsers16.png", "48": "images\/browsers48.png", "64": "images\/browsers64.png", "128": "images\/browsers128.png", "256": "images\/browsers256.png" }, "permissions": [ "tabs", "contextMenus", "storage", "favicon" ], "background": { "service_worker": "dist\/service_worker\/service_worker.js" }, "action": { "default_icon": { "16": "images\/browsers16.png", "48": "images\/browsers48.png", "64": "images\/browsers64.png", "128": "images\/browsers128.png", "256": "images\/browsers256.png" } }, "options_ui": { "page": "options.html" } }