{ "update_url": "https://clients2.google.com/service/update2/crx", "name": "Augmented Steam", "short_name": "AS", "description": "Augments your Steam Experience", "icons": { "32": "img/logo/as32.png", "48": "img/logo/as48.png", "128": "img/logo/as128.png" }, "manifest_version": 3, "options_ui": { "page": "html/options.html", "open_in_tab": true }, "permissions": [ "storage", "contextMenus", "webRequest", "offscreen" ], "host_permissions": [ "*://*.steampowered.com/*", "*://steamcommunity.com/*", "*://*.isthereanydeal.com/" ], "optional_permissions": [], "web_accessible_resources": [ { "resources": [ "img/*", "css/*", "html/*", "scriptlets/*", "localization/*", "js/extra/holidayprofile.js", "changelog.json", "*.map" ], "matches": [ "*://*.steampowered.com/*", "*://steamcommunity.com/*" ] } ], "homepage_url": "https://augmentedsteam.com/", "background": { "service_worker": "js/background.js" }, "content_scripts": [ { "matches": [ "*://store.steampowered.com/*", "*://steamcommunity.com/*" ], "js": [ "scriptlets/SteamScriptlet.js" ], "run_at": "document_start", "world": "MAIN" }, { "matches": [ "*://*.steampowered.com/account/registerkey", "*://*.steampowered.com/account/registerkey/", "*://*.steampowered.com/account/registerkey/?*", "*://*.steampowered.com/account/registerkey?*" ], "js": [ "js/store/registerkey.js" ], "css": [ "css/augmentedsteam.css", "css/store/registerkey.css" ] }, { "matches": [ "*://steamcommunity.com/tradingcards/boostercreator", "*://steamcommunity.com/tradingcards/boostercreator/", "*://steamcommunity.com/tradingcards/boostercreator/?*", "*://steamcommunity.com/tradingcards/boostercreator?*" ], "js": [ "js/community/booster_creator.js" ], "css": [ "css/augmentedsteam.css", "css/community/booster_creator.css" ] }, { "matches": [ "*://steamcommunity.com/app/*" ], "exclude_matches": [ "*://steamcommunity.com/app/*/guides", "*://steamcommunity.com/app/*/guides/", "*://steamcommunity.com/app/*/guides/?*", "*://steamcommunity.com/app/*/guides?*" ], "js": [ "js/community/app.js" ], "css": [ "css/augmentedsteam.css", "css/community/app.css" ] }, { "matches": [ "*://steamcommunity.com/id/*/badges", "*://steamcommunity.com/id/*/badges/", "*://steamcommunity.com/id/*/badges/?*", "*://steamcommunity.com/id/*/badges?*", "*://steamcommunity.com/profiles/*/badges", "*://steamcommunity.com/profiles/*/badges/", "*://steamcommunity.com/profiles/*/badges/?*", "*://steamcommunity.com/profiles/*/badges?*" ], "js": [ "js/community/badges.js" ], "css": [ "css/augmentedsteam.css", "css/community/badges.css" ] }, { "matches": [ "*://steamcommunity.com/*" ], "exclude_matches": [ "*://steamcommunity.com/login", "*://steamcommunity.com/login/*", "*://steamcommunity.com/login?*", "*://steamcommunity.com/openid", "*://steamcommunity.com/openid/*", "*://steamcommunity.com/openid?*", "*://steamcommunity.com/comment", "*://steamcommunity.com/comment/*", "*://steamcommunity.com/comment?*", "*://steamcommunity.com/chat", "*://steamcommunity.com/chat/*", "*://steamcommunity.com/chat?*", "*://steamcommunity.com/tradeoffer/*", "*://steamcommunity.com/id/*", "*://steamcommunity.com/profiles/*", "*://steamcommunity.com/market", "*://steamcommunity.com/market/*", "*://steamcommunity.com/market?*", "*://steamcommunity.com/groups/*", "*://steamcommunity.com/app/*", "*://steamcommunity.com/sharedfiles", "*://steamcommunity.com/sharedfiles/", "*://steamcommunity.com/sharedfiles/?*", "*://steamcommunity.com/sharedfiles?*", "*://steamcommunity.com/workshop", "*://steamcommunity.com/workshop/", "*://steamcommunity.com/workshop/?*", "*://steamcommunity.com/workshop?*", "*://steamcommunity.com/sharedfiles/browse", "*://steamcommunity.com/sharedfiles/browse/", "*://steamcommunity.com/sharedfiles/browse/?*", "*://steamcommunity.com/sharedfiles/browse?*", "*://steamcommunity.com/workshop/browse", "*://steamcommunity.com/workshop/browse/", "*://steamcommunity.com/workshop/browse/?*", "*://steamcommunity.com/workshop/browse?*", "*://steamcommunity.com/sharedfiles/filedetails", "*://steamcommunity.com/sharedfiles/filedetails/*", "*://steamcommunity.com/sharedfiles/filedetails?*", "*://steamcommunity.com/workshop/filedetails", "*://steamcommunity.com/workshop/filedetails/*", "*://steamcommunity.com/workshop/filedetails?*", "*://steamcommunity.com/sharedfiles/editguide/?*", "*://steamcommunity.com/sharedfiles/editguide?*", "*://steamcommunity.com/workshop/editguide/?*", "*://steamcommunity.com/workshop/editguide?*", "*://steamcommunity.com/tradingcards/boostercreator", "*://steamcommunity.com/tradingcards/boostercreator/", "*://steamcommunity.com/tradingcards/boostercreator/?*", "*://steamcommunity.com/tradingcards/boostercreator?*" ], "js": [ "js/community/default.js" ], "css": [ "css/augmentedsteam.css", "css/community/default.css" ] }, { "matches": [ "*://*.steampowered.com/sub/*" ], "js": [ "js/store/sub.js" ], "css": [ "css/augmentedsteam.css", "css/store/sub.css" ] }, { "matches": [ "*://steamcommunity.com/sharedfiles/editguide/?*", "*://steamcommunity.com/sharedfiles/editguide?*", "*://steamcommunity.com/workshop/editguide/?*", "*://steamcommunity.com/workshop/editguide?*" ], "js": [ "js/community/edit_guide.js" ], "css": [ "css/augmentedsteam.css", "css/community/edit_guide.css" ] }, { "matches": [ "*://*.steampowered.com/wishlist", "*://*.steampowered.com/wishlist/", "*://*.steampowered.com/wishlist/?*", "*://*.steampowered.com/wishlist?*", "*://*.steampowered.com/wishlist/id/*", "*://*.steampowered.com/wishlist/profiles/*" ], "js": [ "js/store/wishlist.js" ], "css": [ "css/augmentedsteam.css", "css/store/wishlist.css" ] }, { "matches": [ "*://steamcommunity.com/id/*/friends", "*://steamcommunity.com/id/*/friends/*", "*://steamcommunity.com/id/*/friends?*", "*://steamcommunity.com/profiles/*/friends", "*://steamcommunity.com/profiles/*/friends/*", "*://steamcommunity.com/profiles/*/friends?*", "*://steamcommunity.com/id/*/groups", "*://steamcommunity.com/id/*/groups/*", "*://steamcommunity.com/id/*/groups?*", "*://steamcommunity.com/profiles/*/groups", "*://steamcommunity.com/profiles/*/groups/*", "*://steamcommunity.com/profiles/*/groups?*", "*://steamcommunity.com/id/*/following", "*://steamcommunity.com/id/*/following/*", "*://steamcommunity.com/id/*/following?*", "*://steamcommunity.com/profiles/*/following", "*://steamcommunity.com/profiles/*/following/*", "*://steamcommunity.com/profiles/*/following?*" ], "js": [ "js/community/friends_and_groups.js" ], "css": [ "css/augmentedsteam.css", "css/community/friends_and_groups.css" ] }, { "matches": [ "*://steamcommunity.com/id/*/friendsthatplay/*", "*://steamcommunity.com/profiles/*/friendsthatplay/*" ], "js": [ "js/community/friends_that_play.js" ], "css": [ "css/augmentedsteam.css", "css/community/friends_that_play.css" ] }, { "matches": [ "*://steamcommunity.com/id/*/gamecards/*", "*://steamcommunity.com/profiles/*/gamecards/*" ], "js": [ "js/community/gamecard.js" ], "css": [ "css/augmentedsteam.css", "css/community/gamecard.css" ] }, { "matches": [ "*://*.steampowered.com/search", "*://*.steampowered.com/search/*", "*://*.steampowered.com/search?*" ], "js": [ "js/store/search.js" ], "css": [ "css/augmentedsteam.css", "css/store/search.css" ] }, { "matches": [ "*://steamcommunity.com/sharedfiles/filedetails", "*://steamcommunity.com/sharedfiles/filedetails/*", "*://steamcommunity.com/sharedfiles/filedetails?*", "*://steamcommunity.com/workshop/filedetails", "*://steamcommunity.com/workshop/filedetails/*", "*://steamcommunity.com/workshop/filedetails?*" ], "js": [ "js/community/shared_files.js" ], "css": [ "css/augmentedsteam.css", "css/community/shared_files.css" ] }, { "matches": [ "*://steamcommunity.com/id/*/games", "*://steamcommunity.com/id/*/games/", "*://steamcommunity.com/id/*/games/?*", "*://steamcommunity.com/id/*/games?*", "*://steamcommunity.com/profiles/*/games", "*://steamcommunity.com/profiles/*/games/", "*://steamcommunity.com/profiles/*/games/?*", "*://steamcommunity.com/profiles/*/games?*", "*://steamcommunity.com/id/*/followedgames", "*://steamcommunity.com/id/*/followedgames/", "*://steamcommunity.com/id/*/followedgames/?*", "*://steamcommunity.com/id/*/followedgames?*", "*://steamcommunity.com/profiles/*/followedgames", "*://steamcommunity.com/profiles/*/followedgames/", "*://steamcommunity.com/profiles/*/followedgames/?*", "*://steamcommunity.com/profiles/*/followedgames?*" ], "js": [ "js/community/games.js" ], "css": [ "css/augmentedsteam.css", "css/community/games.css" ] }, { "matches": [ "*://*.steampowered.com/points", "*://*.steampowered.com/points/*", "*://*.steampowered.com/points?*" ], "js": [ "js/store/points_shop.js" ], "css": [ "css/augmentedsteam.css", "css/store/points_shop.css" ] }, { "matches": [ "*://steamcommunity.com/id/*/inventory", "*://steamcommunity.com/id/*/inventory/", "*://steamcommunity.com/id/*/inventory/?*", "*://steamcommunity.com/id/*/inventory?*", "*://steamcommunity.com/profiles/*/inventory", "*://steamcommunity.com/profiles/*/inventory/", "*://steamcommunity.com/profiles/*/inventory/?*", "*://steamcommunity.com/profiles/*/inventory?*" ], "js": [ "js/community/inventory.js" ], "css": [ "css/augmentedsteam.css", "css/community/inventory.css" ] }, { "matches": [ "*://steamcommunity.com/groups/*" ], "js": [ "js/community/group_home.js" ], "css": [ "css/augmentedsteam.css", "css/community/group_home.css" ] }, { "matches": [ "*://steamcommunity.com/app/*/guides", "*://steamcommunity.com/app/*/guides/", "*://steamcommunity.com/app/*/guides/?*", "*://steamcommunity.com/app/*/guides?*" ], "js": [ "js/community/guides.js" ], "css": [ "css/augmentedsteam.css", "css/community/guides.css" ] }, { "matches": [ "*://steamcommunity.com/id/*/home", "*://steamcommunity.com/id/*/home/", "*://steamcommunity.com/id/*/home/?*", "*://steamcommunity.com/id/*/home?*", "*://steamcommunity.com/profiles/*/home", "*://steamcommunity.com/profiles/*/home/", "*://steamcommunity.com/profiles/*/home/?*", "*://steamcommunity.com/profiles/*/home?*", "*://steamcommunity.com/id/*/myactivity", "*://steamcommunity.com/id/*/myactivity/", "*://steamcommunity.com/id/*/myactivity/?*", "*://steamcommunity.com/id/*/myactivity?*", "*://steamcommunity.com/profiles/*/myactivity", "*://steamcommunity.com/profiles/*/myactivity/", "*://steamcommunity.com/profiles/*/myactivity/?*", "*://steamcommunity.com/profiles/*/myactivity?*", "*://steamcommunity.com/id/*/friendactivitydetail/*", "*://steamcommunity.com/profiles/*/friendactivitydetail/*", "*://steamcommunity.com/id/*/status/*", "*://steamcommunity.com/profiles/*/status/*" ], "js": [ "js/community/profile_activity.js" ], "css": [ "css/augmentedsteam.css", "css/community/profile_activity.css" ] }, { "matches": [ "*://steamcommunity.com/id/*", "*://steamcommunity.com/profiles/*" ], "exclude_matches": [ "*://steamcommunity.com/id/*/home", "*://steamcommunity.com/id/*/home/", "*://steamcommunity.com/id/*/home/?*", "*://steamcommunity.com/id/*/home?*", "*://steamcommunity.com/profiles/*/home", "*://steamcommunity.com/profiles/*/home/", "*://steamcommunity.com/profiles/*/home/?*", "*://steamcommunity.com/profiles/*/home?*", "*://steamcommunity.com/id/*/myactivity", "*://steamcommunity.com/id/*/myactivity/", "*://steamcommunity.com/id/*/myactivity/?*", "*://steamcommunity.com/id/*/myactivity?*", "*://steamcommunity.com/profiles/*/myactivity", "*://steamcommunity.com/profiles/*/myactivity/", "*://steamcommunity.com/profiles/*/myactivity/?*", "*://steamcommunity.com/profiles/*/myactivity?*", "*://steamcommunity.com/id/*/friendactivitydetail/*", "*://steamcommunity.com/profiles/*/friendactivitydetail/*", "*://steamcommunity.com/id/*/status/*", "*://steamcommunity.com/profiles/*/status/*", "*://steamcommunity.com/id/*/games", "*://steamcommunity.com/id/*/games/", "*://steamcommunity.com/id/*/games/?*", "*://steamcommunity.com/id/*/games?*", "*://steamcommunity.com/profiles/*/games", "*://steamcommunity.com/profiles/*/games/", "*://steamcommunity.com/profiles/*/games/?*", "*://steamcommunity.com/profiles/*/games?*", "*://steamcommunity.com/id/*/followedgames", "*://steamcommunity.com/id/*/followedgames/", "*://steamcommunity.com/id/*/followedgames/?*", "*://steamcommunity.com/id/*/followedgames?*", "*://steamcommunity.com/profiles/*/followedgames", "*://steamcommunity.com/profiles/*/followedgames/", "*://steamcommunity.com/profiles/*/followedgames/?*", "*://steamcommunity.com/profiles/*/followedgames?*", "*://steamcommunity.com/id/*/edit/*", "*://steamcommunity.com/profiles/*/edit/*", "*://steamcommunity.com/id/*/badges", "*://steamcommunity.com/id/*/badges/", "*://steamcommunity.com/id/*/badges/?*", "*://steamcommunity.com/id/*/badges?*", "*://steamcommunity.com/profiles/*/badges", "*://steamcommunity.com/profiles/*/badges/", "*://steamcommunity.com/profiles/*/badges/?*", "*://steamcommunity.com/profiles/*/badges?*", "*://steamcommunity.com/id/*/gamecards/*", "*://steamcommunity.com/profiles/*/gamecards/*", "*://steamcommunity.com/id/*/friendsthatplay/*", "*://steamcommunity.com/profiles/*/friendsthatplay/*", "*://steamcommunity.com/id/*/friends", "*://steamcommunity.com/id/*/friends/*", "*://steamcommunity.com/id/*/friends?*", "*://steamcommunity.com/profiles/*/friends", "*://steamcommunity.com/profiles/*/friends/*", "*://steamcommunity.com/profiles/*/friends?*", "*://steamcommunity.com/id/*/groups", "*://steamcommunity.com/id/*/groups/*", "*://steamcommunity.com/id/*/groups?*", "*://steamcommunity.com/profiles/*/groups", "*://steamcommunity.com/profiles/*/groups/*", "*://steamcommunity.com/profiles/*/groups?*", "*://steamcommunity.com/id/*/following", "*://steamcommunity.com/id/*/following/*", "*://steamcommunity.com/id/*/following?*", "*://steamcommunity.com/profiles/*/following", "*://steamcommunity.com/profiles/*/following/*", "*://steamcommunity.com/profiles/*/following?*", "*://steamcommunity.com/id/*/inventory", "*://steamcommunity.com/id/*/inventory/", "*://steamcommunity.com/id/*/inventory/?*", "*://steamcommunity.com/id/*/inventory?*", "*://steamcommunity.com/profiles/*/inventory", "*://steamcommunity.com/profiles/*/inventory/", "*://steamcommunity.com/profiles/*/inventory/?*", "*://steamcommunity.com/profiles/*/inventory?*", "*://steamcommunity.com/id/*/stats/*", "*://steamcommunity.com/profiles/*/stats/*", "*://steamcommunity.com/id/*/myworkshopfiles/?*browsefilter=mysubscriptions*", "*://steamcommunity.com/id/*/myworkshopfiles?*browsefilter=mysubscriptions*", "*://steamcommunity.com/profiles/*/myworkshopfiles/?*browsefilter=mysubscriptions*", "*://steamcommunity.com/profiles/*/myworkshopfiles?*browsefilter=mysubscriptions*", "*://steamcommunity.com/id/*/recommended", "*://steamcommunity.com/id/*/recommended/", "*://steamcommunity.com/id/*/recommended/?*", "*://steamcommunity.com/id/*/recommended?*", "*://steamcommunity.com/profiles/*/recommended", "*://steamcommunity.com/profiles/*/recommended/", "*://steamcommunity.com/profiles/*/recommended/?*", "*://steamcommunity.com/profiles/*/recommended?*", "*://steamcommunity.com/id/*/reviews", "*://steamcommunity.com/id/*/reviews/", "*://steamcommunity.com/id/*/reviews/?*", "*://steamcommunity.com/id/*/reviews?*", "*://steamcommunity.com/profiles/*/reviews", "*://steamcommunity.com/profiles/*/reviews/", "*://steamcommunity.com/profiles/*/reviews/?*", "*://steamcommunity.com/profiles/*/reviews?*" ], "js": [ "js/community/profile_home.js" ], "css": [ "css/augmentedsteam.css", "css/community/profile_home.css" ] }, { "matches": [ "*://steamcommunity.com/id/*/myworkshopfiles/?*browsefilter=mysubscriptions*", "*://steamcommunity.com/id/*/myworkshopfiles?*browsefilter=mysubscriptions*", "*://steamcommunity.com/profiles/*/myworkshopfiles/?*browsefilter=mysubscriptions*", "*://steamcommunity.com/profiles/*/myworkshopfiles?*browsefilter=mysubscriptions*" ], "js": [ "js/community/myworkshop.js" ], "css": [ "css/augmentedsteam.css", "css/community/myworkshop.css" ] }, { "matches": [ "*://steamcommunity.com/id/*/stats/*", "*://steamcommunity.com/profiles/*/stats/*" ], "js": [ "js/community/profile_stats.js" ], "css": [ "css/augmentedsteam.css", "css/community/profile_stats.css" ] }, { "matches": [ "*://steamcommunity.com/market", "*://steamcommunity.com/market/", "*://steamcommunity.com/market/?*", "*://steamcommunity.com/market?*" ], "js": [ "js/community/market_home.js" ], "css": [ "css/augmentedsteam.css", "css/community/market_home.css" ] }, { "matches": [ "*://steamcommunity.com/tradeoffer/*" ], "js": [ "js/community/trade_offer.js" ], "css": [ "css/augmentedsteam.css", "css/community/trade_offer.css" ] }, { "matches": [ "*://*.steampowered.com/*" ], "exclude_matches": [ "*://store.steampowered.com/dynamicstore/*", "*://store.steampowered.com/supportmessages", "*://store.steampowered.com/supportmessages/", "*://store.steampowered.com/supportmessages/?*", "*://store.steampowered.com/supportmessages?*", "*://store.steampowered.com/video/*", "*://store.steampowered.com/widget", "*://store.steampowered.com/widget/*", "*://store.steampowered.com/widget?*", "*://store.steampowered.com/login", "*://store.steampowered.com/login/*", "*://store.steampowered.com/login?*", "*://store.steampowered.com/join", "*://store.steampowered.com/join/*", "*://store.steampowered.com/join?*", "*://store.steampowered.com/api/*", "*://api.steampowered.com/*", "*://help.steampowered.com/*", "*://login.steampowered.com/*", "*://checkout.steampowered.com/*", "*://partner.steampowered.com/*", "*://store.steampowered.com/", "*://store.steampowered.com/?*", "*://*.steampowered.com/wishlist/id/*", "*://*.steampowered.com/wishlist/profiles/*", "*://*.steampowered.com/search", "*://*.steampowered.com/search/*", "*://*.steampowered.com/search?*", "*://*.steampowered.com/steamaccount/addfunds", "*://*.steampowered.com/steamaccount/addfunds/", "*://*.steampowered.com/steamaccount/addfunds/?*", "*://*.steampowered.com/steamaccount/addfunds?*", "*://*.steampowered.com/digitalgiftcards/selectgiftcard", "*://*.steampowered.com/digitalgiftcards/selectgiftcard/", "*://*.steampowered.com/digitalgiftcards/selectgiftcard/?*", "*://*.steampowered.com/digitalgiftcards/selectgiftcard?*", "*://*.steampowered.com/account", "*://*.steampowered.com/account/", "*://*.steampowered.com/account/?*", "*://*.steampowered.com/account?*", "*://*.steampowered.com/account/licenses", "*://*.steampowered.com/account/licenses/", "*://*.steampowered.com/account/licenses/?*", "*://*.steampowered.com/account/licenses?*", "*://*.steampowered.com/account/registerkey", "*://*.steampowered.com/account/registerkey/", "*://*.steampowered.com/account/registerkey/?*", "*://*.steampowered.com/account/registerkey?*", "*://*.steampowered.com/bundle/*", "*://*.steampowered.com/sub/*", "*://*.steampowered.com/app/*", "*://*.steampowered.com/agecheck/*", "*://*.steampowered.com/points", "*://*.steampowered.com/points/*", "*://*.steampowered.com/points?*", "*://*.steampowered.com/cart", "*://*.steampowered.com/cart/*", "*://*.steampowered.com/cart?*" ], "js": [ "js/store/default.js" ], "css": [ "css/augmentedsteam.css", "css/store/default.css" ] }, { "matches": [ "*://steamcommunity.com/id/*/edit/*", "*://steamcommunity.com/profiles/*/edit/*" ], "js": [ "js/community/profile_edit.js" ], "css": [ "css/augmentedsteam.css", "css/community/profile_edit.css" ] }, { "matches": [ "*://steamcommunity.com/market/listings/*" ], "js": [ "js/community/market_listing.js" ], "css": [ "css/augmentedsteam.css", "css/community/market_listing.css" ] }, { "matches": [ "*://store.steampowered.com/", "*://store.steampowered.com/?*" ], "js": [ "js/store/frontpage.js" ], "css": [ "css/augmentedsteam.css", "css/store/frontpage.css" ] }, { "matches": [ "*://steamcommunity.com/market/search", "*://steamcommunity.com/market/search/*", "*://steamcommunity.com/market/search?*" ], "js": [ "js/community/market_search.js" ], "css": [ "css/augmentedsteam.css", "css/community/market_search.css" ] }, { "matches": [ "*://steamcommunity.com/id/*/recommended", "*://steamcommunity.com/id/*/recommended/", "*://steamcommunity.com/id/*/recommended/?*", "*://steamcommunity.com/id/*/recommended?*", "*://steamcommunity.com/profiles/*/recommended", "*://steamcommunity.com/profiles/*/recommended/", "*://steamcommunity.com/profiles/*/recommended/?*", "*://steamcommunity.com/profiles/*/recommended?*", "*://steamcommunity.com/id/*/reviews", "*://steamcommunity.com/id/*/reviews/", "*://steamcommunity.com/id/*/reviews/?*", "*://steamcommunity.com/id/*/reviews?*", "*://steamcommunity.com/profiles/*/reviews", "*://steamcommunity.com/profiles/*/reviews/", "*://steamcommunity.com/profiles/*/reviews/?*", "*://steamcommunity.com/profiles/*/reviews?*" ], "js": [ "js/community/recommended.js" ], "css": [ "css/augmentedsteam.css", "css/community/recommended.css" ] }, { "matches": [ "*://*.steampowered.com/agecheck/*" ], "js": [ "js/store/agecheck.js" ], "css": [ "css/augmentedsteam.css", "css/store/agecheck.css" ] }, { "matches": [ "*://steamcommunity.com/sharedfiles", "*://steamcommunity.com/sharedfiles/", "*://steamcommunity.com/sharedfiles/?*", "*://steamcommunity.com/sharedfiles?*", "*://steamcommunity.com/workshop", "*://steamcommunity.com/workshop/", "*://steamcommunity.com/workshop/?*", "*://steamcommunity.com/workshop?*" ], "js": [ "js/community/workshop.js" ], "css": [ "css/augmentedsteam.css", "css/community/workshop.css" ] }, { "matches": [ "*://store.steampowered.com/account/licenses", "*://store.steampowered.com/account/licenses/", "*://store.steampowered.com/account/licenses/?*", "*://store.steampowered.com/account/licenses?*" ], "js": [ "js/store/licences.js" ], "css": [ "css/augmentedsteam.css", "css/store/licences.css" ] }, { "matches": [ "*://steamcommunity.com/sharedfiles/browse", "*://steamcommunity.com/sharedfiles/browse/", "*://steamcommunity.com/sharedfiles/browse/?*", "*://steamcommunity.com/sharedfiles/browse?*", "*://steamcommunity.com/workshop/browse", "*://steamcommunity.com/workshop/browse/", "*://steamcommunity.com/workshop/browse/?*", "*://steamcommunity.com/workshop/browse?*" ], "js": [ "js/community/workshop_browse.js" ], "css": [ "css/augmentedsteam.css", "css/community/workshop_browse.css" ] }, { "matches": [ "*://*.steampowered.com/bundle/*" ], "js": [ "js/store/bundle.js" ], "css": [ "css/augmentedsteam.css", "css/store/bundle.css" ] }, { "matches": [ "*://*.steampowered.com/steamaccount/addfunds", "*://*.steampowered.com/steamaccount/addfunds/", "*://*.steampowered.com/steamaccount/addfunds/?*", "*://*.steampowered.com/steamaccount/addfunds?*", "*://*.steampowered.com/digitalgiftcards/selectgiftcard", "*://*.steampowered.com/digitalgiftcards/selectgiftcard/", "*://*.steampowered.com/digitalgiftcards/selectgiftcard/?*", "*://*.steampowered.com/digitalgiftcards/selectgiftcard?*" ], "js": [ "js/store/funds.js" ], "css": [ "css/augmentedsteam.css", "css/store/funds.css" ] }, { "matches": [ "*://*.steampowered.com/cart", "*://*.steampowered.com/cart/*", "*://*.steampowered.com/cart?*" ], "js": [ "js/store/cart.js" ], "css": [ "css/augmentedsteam.css", "css/store/cart.css" ] }, { "matches": [ "*://*.steampowered.com/account", "*://*.steampowered.com/account/", "*://*.steampowered.com/account/?*", "*://*.steampowered.com/account?*" ], "js": [ "js/store/account.js" ], "css": [ "css/augmentedsteam.css", "css/store/account.css" ] }, { "matches": [ "*://*.steampowered.com/app/*" ], "js": [ "js/store/app.js" ], "css": [ "css/augmentedsteam.css", "css/store/app.css" ] } ], "version": "4.6.2", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgSsjOO0ecqqAz6LCjjIoiRUV3VyW4p7mmTg9bC9uUkj28OgVr5+NRJpyI8gJx7Nd43ZEQ8dfwOl8GLnc3+m90jPSUASlliWxG2LQt81IZhtFurCLUELGIfUSr5vPdthRbwgnPrmRc5nylstBORBwYtT0Dos9pBcikHn0QKo87ggWEAQEBGkLXQ8An01LnQopLX4VbZHTfvoTIjPZOiHUVhKhn4aKM70e/u61mGMSp9WDBYrV0/OFKsVC9jWd9s0DX/uOm3KpFhOj4Bx+ehzEklXNuTTQshIC7NSgh+tAJwSa1GpO9jcCWCnFRqjfxwOrdylqIvCy+87fpU7nJ6sHRQIDAQAB" }