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_extensionName__", "version": "1.7.0", "description": "__MSG_extensionDescription__", "icons": { "96": "icons\/icon-96.png" }, "background": { "service_worker": "background.bundle.js", "type": "module" }, "permissions": [ "history", "storage", "alarms" ], "optional_permissions": [ "notifications", "downloads" ], "options_ui": { "page": "popup.html" }, "action": { "default_icon": "icons\/icon-96.png", "default_popup": "popup.html", "theme_icons": [ { "light": "icons\/icon-dark.png", "dark": "icons\/icon-96.png", "size": 96 } ] }, "default_locale": "en_US" }