Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "0.1", "description": "__MSG_appDesc__", "action": { "default_icon": "icons\/128.png" }, "default_locale": "en", "background": { "service_worker": "service-worker.js" }, "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "offline_enabled": false, "permissions": [ "storage", "notifications", "alarms" ] }