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", "name": "Cookie Clicker Twitch Integration", "description": "Twitch Chat Integration for Cookie Clicker", "version": "1.0.1", "manifest_version": 3, "icons": { "128": "img\/logo-128.png" }, "options_page": "options.html", "action": { "default_popup": "popup.html", "default_icon": "img\/logo-128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-TW1WKaoR.js" ], "matches": [ "https:\/\/orteil.dashnet.org\/cookieclicker\/*" ], "run_at": "document_start" }, { "js": [ "assets\/extpay-cs.ts-loader-CHz8yUMc.js" ], "matches": [ "https:\/\/extensionpay.com\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.dashnet.org\/*" ], "resources": [ "img\/logo-128.png", "main.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/orteil.dashnet.org\/*" ], "resources": [ "assets\/chunk-H2hkR6cV.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/extensionpay.com\/*" ], "resources": [ "assets\/chunk-CmBeVzmG.js", "assets\/chunk-DWOXi6i-.js" ], "use_dynamic_url": false } ], "permissions": [ "storage", "identity", "notifications", "tabs" ], "host_permissions": [ "https:\/\/orteil.dashnet.org\/cookieclicker\/*", "https:\/\/*.twitch.tv\/*", "https:\/\/*.jtvnw.net\/*", "https:\/\/extensionpay.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' https:\/\/*.jtvnw.net; connect-src 'self' https:\/\/extensionpay.com https:\/\/*.twitch.tv https:\/\/api.twitch.tv wss:\/\/*.twitch.tv wss:\/\/eventsub.wss.twitch.tv wss:\/\/irc-ws.chat.twitch.tv", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';" }, "oauth2": { "client_id": "uxvmhuyas8omg317ctdub2air1vg7l", "scopes": [ "user:read:email", "chat:read" ] } }