Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_app_name__", "description": "__MSG_app_short_desc__", "version": "1.5.0", "default_locale": "en", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "icons\/icon48.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "side_panel": { "default_path": "sidepanel.html" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-695846c8.js" ], "matches": [ "<all_urls>" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "icons\/icon16.png", "icons\/icon48.png", "icons\/icon64.png", "icons\/icon96.png", "icons\/icon128.png" ], "use_dynamic_url": false }, { "matches": [ "<all_urls>" ], "resources": [ "assets\/chunk-c2afd70e.js", "assets\/chunk-c3aaa813.js", "assets\/chunk-3a8cecbd.js" ], "use_dynamic_url": false } ], "permissions": [ "sidePanel", "storage", "tabs", "scripting", "contextMenus" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }