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": "Is It On Game Pass", "version": "1.1.3", "description": "Check if Steam games are available on Game Pass and see what deals they have on GG.deals", "permissions": [ "activeTab", "storage", "alarms" ], "host_permissions": [ "https:\/\/store.steampowered.com\/*", "https:\/\/xccczvjplndatsirjahb.supabase.co\/*" ], "content_scripts": [ { "matches": [ "https:\/\/store.steampowered.com\/*" ], "js": [ "scripts\/config.js", "scripts\/content-script.js" ], "css": [ "styles\/content.css" ], "run_at": "document_end" } ], "icons": { "128": "assets\/icons\/icon128.png" }, "action": { "default_popup": "popup\/popup.html", "default_icon": { "128": "assets\/icons\/icon128.png" } }, "web_accessible_resources": [ { "resources": [ "assets\/icons\/xbox.svg", "assets\/icons\/indicator-available.svg", "assets\/icons\/indicator-coming.svg", "assets\/icons\/indicator-leaving.svg", "assets\/icons\/ggdeals.svg", "assets\/icons\/arrow-right.svg" ], "matches": [ "https:\/\/store.steampowered.com\/*" ] } ], "background": { "service_worker": "scripts\/background.js" } }