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, "minimum_chrome_version": "88", "version": "1.0.1", "version_name": "1.0.1 beta", "name": "__MSG_appName__", "description": "__MSG_shortDesc__", "author": "Tim", "default_locale": "en", "background": { "service_worker": "background_worker.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "permissions": [ "activeTab", "offscreen", "downloads", "contextMenus", "scripting" ], "host_permissions": [ "<all_urls>" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "web_accessible_resources": [ { "resources": [ "popup.html", "welcome_instruction.html", "img\/*" ], "matches": [ "<all_urls>" ] } ] }