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", "manifest_version": 3, "version": "1.0.2", "name": "__MSG_appName__", "description": "__MSG_shortDesc__", "default_locale": "en", "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "16": ".\/img\/icons\/extension\/16x16.png", "32": ".\/img\/icons\/extension\/32x32.png", "64": ".\/img\/icons\/extension\/64x64.png", "128": ".\/img\/icons\/extension\/128x128.png" } }, "background": { "service_worker": "background.js" }, "icons": { "16": ".\/img\/icons\/extension\/16x16.png", "32": ".\/img\/icons\/extension\/32x32.png", "64": ".\/img\/icons\/extension\/64x64.png", "128": ".\/img\/icons\/extension\/128x128.png" } }