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, "version": "1.2.20", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "de", "chrome_url_overrides": { "newtab": "src\/pages\/newtab\/index.html" }, "icons": { "32": "icon-32.png", "128": "icon-128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "*:\/\/*.welt.de\/**" ], "content_scripts": [ { "js": [ "assets\/content-script-loader.chrome.js-54c57104-d74361da.js" ], "matches": [ "*:\/\/*.welt.de\/*" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.welt.de\/*" ], "resources": [ "assets\/chrome.js-54c57104.js" ], "use_dynamic_url": true } ] }