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.0.0", "name": "__MSG_appName__", "description": "__MSG_shortDesc__", "default_locale": "en", "permissions": [ "storage", "unlimitedStorage", "scripting" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "worker.js" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "action": [], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "\/engine\/index.html" ], "matches": [ "<all_urls>" ] } ] }