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": "LoL Esports Twitch Radio", "version": "1.7", "description": "Embed de Twitch y su chat en lolesports.com", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "activeTab", "storage" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/lolesports.com\/*", "https:\/\/lolesports.com\/live\/*", "https:\/\/lolesports.com\/vod\/*" ], "js": [ "contentScript.js", "intro.js" ], "css": [ "styles.css", "introjs.css", "introjs_dark.css" ] } ] }