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 Pulse", "description": "LoL Pulse provides a convenient dashboard for League of Legends esports information.", "version": "1.3.0", "icons": { "128": "icon-128.png" }, "host_permissions": [ "https:\/\/*.lolesports.com\/*" ], "permissions": [ "webRequest", "storage", "alarms", "https:\/\/*.lolesports.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "LoL Pulse", "default_popup": "popup.html" }, "options_ui": { "page": "options.html" } }