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", "name": "Steam App Redirect", "description": "Chrome extension to redirect Steam app links to the Steam client.", "version": "0.0.5", "manifest_version": 3, "icons": { "16": "resources\/icons\/green\/icon16.png", "32": "resources\/icons\/green\/icon32.png", "48": "resources\/icons\/green\/icon48.png", "128": "resources\/icons\/green\/icon128.png" }, "permissions": [ "storage", "tabs" ], "background": { "service_worker": "scripts\/background.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/store.steampowered.com\/*", "https:\/\/help.steampowered.com\/*", "https:\/\/steamcommunity.com\/*" ], "js": [ "\/scripts\/redirect.js" ] } ] }