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, "name": "__MSG_appName__", "description": "__MSG_shortDesc__", "version": "1.3.4", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "64": "icon\/64.png", "128": "icon\/128x96.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/wattdo.org wss:\/\/wattdo.org;" }, "permissions": [], "host_permissions": [], "default_locale": "en", "optional_permissions": [ "identity" ], "optional_host_permissions": [ "https:\/\/wattdo.org\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "__MSG_appName__", "default_popup": "popup.html" } }