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": "Streamloots: Play Cards From Your Browser", "description": "Easily interact with streamers, view collections, and play cards instantly\u2014without switching tabs!", "version": "1.4.0", "author": "Streamloots", "homepage_url": "https:\/\/www.streamloots.com", "permissions": [ "cookies", "storage", "tabs" ], "host_permissions": [ "https:\/\/*.streamloots.com\/*", "https:\/\/*.twitch.tv\/*" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; connect-src 'self' https:\/\/api-js.mixpanel.com https:\/\/api-eu.mixpanel.com https:\/\/api.streamloots.com https:\/\/www.streamloots.com https:\/\/*.sentry.io https:\/\/*.sentry-cdn.com https:\/\/*.ingest.sentry.io;" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" } } }