diff --git a/manifest.json b/manifest.json index 672b261..1ee0651 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "SGDB Button on Steam", - "version": "1.0.2", + "version": "1.0.3", "description": "Adds a button on Steam game pages to bring you to its SteamGridDB entry.", "icons": { "16": "icons/icon_16.png", @@ -32,7 +32,7 @@ "web_accessible_resources": [ { "resources": [ "icons/sgdb_16.png" ], - "matches": [ "*://store.steampowered.com/app/*", "*://steamcommunity.com/app/*" ] + "matches": [ "*://store.steampowered.com/*", "*://steamcommunity.com/*" ] } ] } diff --git a/popup.html b/popup.html index 02c3816..17f6208 100644 --- a/popup.html +++ b/popup.html @@ -7,6 +7,8 @@ SGDB Button on Steam