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", "version": "0.4.1", "manifest_version": 3, "name": "__MSG_appName__", "default_locale": "en", "action": { "default_title": "Erkl\u00e4rb\u00e4r" }, "description": "__MSG_appDesc__", "background": { "service_worker": "js\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_end", "all_frames": true, "js": [ "js\/content.js" ] } ], "options_page": "js\/options.html", "permissions": [ "tabs", "contextMenus", "storage", "sidePanel" ], "web_accessible_resources": [ { "resources": [ "images\/close.png", "images\/push-pin-24x24.png", "images\/push-pin-pinned-24x24.png", "images\/bear-in-page.png", "images\/bear-in-page-hover.png", "images\/icon48.png", "images\/spinner.gif" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }