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": "Lightspeed Signal Helper", "description": "Lightspeed Signal Helper for Chrome", "version": "0.1.2505.8128", "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "permissions": [ "webRequest" ], "host_permissions": [ "<all_urls>", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "all_frames": true, "js": [ "content.js" ] } ], "incognito": "spanning" }