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_appName__", "version": "1.5.0", "description": "__MSG_appDesc__", "default_locale": "sv", "icons": { "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "96": "icons\/icon_96.png", "128": "icons\/icon_128.png" }, "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/*.skolon.com\/" ], "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.skolon.com\/*" ], "js": [ "assets\/browser-polyfill.js", "content-script.js" ] } ], "manifest_version": 3, "offline_enabled": false }