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_name__", "description": "__MSG_desc__", "version": "3.3.3", "default_locale": "en", "manifest_version": 3, "icons": { "32": "assets\/static\/128.png", "64": "assets\/static\/128.png", "128": "assets\/static\/128.png" }, "permissions": [ "storage", "tabCapture", "system.display", "tabs" ], "host_permissions": [ "<all_urls>" ], "action": { "default_title": "__MSG_title__" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "assets\/static\/*", "assets\/*.svg", "assets\/*.png", "assets\/*.css", "assets\/*.otf", "*.css" ], "matches": [ "<all_urls>" ] } ] }