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": "Destiny 2 Season Pass Wayback Machine", "description": "A simple extension which allows you to view and claim earned but unclaimed season pass rewards from past seasons in Destiny 2.", "version": "1.0.6", "icons": { "128": "assets\/icon.png" }, "permissions": [], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.bungie.net\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/www.bungie.net\/*" ], "resources": [ "assets\/styles.css" ] } ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } }