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", "name": "__MSG_ext_name__", "version": "1.2.0", "manifest_version": 3, "description": "__MSG_ext_description__", "default_locale": "de", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "action": { "default_icon": { "19": "img\/icon-48.png", "38": "img\/icon-48.png" }, "default_title": "__MSG_popup_description__", "default_popup": ".\/popup\/index.html" }, "permissions": [ "alarms", "storage" ], "host_permissions": [ "https:\/\/cdn.skyjs.org\/news\/*" ] }