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, "name": "__MSG_extensionName__", "version": "1.0.4", "description": "__MSG_extensionDescription__", "default_locale": "en", "icons": { "128": "icon\/128.png" }, "sandbox": { "pages": [ "game-source\/index.html" ] }, "offline_enabled": true, "action": { "default_title": "__MSG_extensionActionTitle__" }, "background": { "type": "module", "service_worker": "\/js\/background.js" }, "content_security_policy": { "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: data:;" } }