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__", "description": "__MSG_appDescription__", "version": "1.0.0", "permissions": [ "activeTab", "declarativeContent" ], "icons": { "16": "radar-16.png", "32": "radar-32.png", "64": "radar-64.png", "128": "radar-128.png", "256": "radar-256.png", "512": "radar-512.png", "858": "radar-858.png" }, "action": { "default_icon": { "19": "radar-19.png", "38": "radar-38.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "background": { "service_worker": "pageevent.js" }, "default_locale": "en" }