From a6ff96f098c506b8e07e9dc48abc58291e7dd1b1 Mon Sep 17 00:00:00 2001 From: Nes370 Date: Fri, 9 Aug 2024 12:36:26 -0700 Subject: [PATCH] Added compatibility for Edge/Chrome browsers. Version bump due to significant changes. --- manifest.json | 4 ++-- popup.html | 2 ++ popup.js | 12 +++++++++--- script.js | 40 +++++++++++++++++++++++----------------- 4 files changed, 36 insertions(+), 22 deletions(-) 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