Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "name": "Twitch Streamers", "version": "5.0.0", "background": { "service_worker": "service-worker.js" }, "action": { "default_title": "Open Streamers list!", "default_popup": "index.html#\/popup", "default_icon": "assets\/logo_twitch_icon_128.png" }, "icons": { "128": "assets\/logo_twitch_icon_128.png" }, "short_name": "TWSTR", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "storage" ] }