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_brand__", "description": "__MSG_brand_desc__", "default_locale": "en", "version": "0.2.0", "icons": { "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "action": { "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.net\/*", "*:\/\/*.tv\/*", "*:\/\/*.tw\/*", "*:\/\/*.com\/*", "*:\/\/127.0.0.1\/*" ], "permissions": [ "background", "notifications", "alarms", "storage", "cookies", "webRequest", "identity" ], "oauth2": { "client_id": "981220008427-vgjkqepmhcvc7o7oc8ljg0fq2qesgo07.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.file", "https:\/\/www.googleapis.com\/auth\/drive.metadata" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "content\/click-main.js" ], "run_at": "document_start", "world": "MAIN" }, { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "content\/click.js" ], "run_at": "document_start" } ] }