From 6ceb27b9c9247d93136942418ab786a2709f9e6a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 2 Oct 2019 10:48:18 +0200 Subject: [PATCH] Formatting changes --- extension/background.js | 10 +++++----- extension/manifest.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/extension/background.js b/extension/background.js index 98bbaf5..bfb2092 100644 --- a/extension/background.js +++ b/extension/background.js @@ -1,11 +1,11 @@ -let this_browser = null; -if(!this_browser) try { this_browser = browser; } catch(e){} -if(!this_browser)try { this_browser = chrome; } catch(e) {} +let thisBrowser = null; +if(!thisBrowser) try { thisBrowser = browser; } catch(e) {} +if(!thisBrowser) try { thisBrowser = chrome; } catch(e) {} function openPage() { - this_browser.tabs.create({ + thisBrowser.tabs.create({ url: "https://steamcommunity.com/my/gcpd/570/?category=Account&tab=MatchPlayerReportIncoming" }); } -this_browser.browserAction.onClicked.addListener(openPage); \ No newline at end of file +thisBrowser.browserAction.onClicked.addListener(openPage); diff --git a/extension/manifest.json b/extension/manifest.json index 8fa703d..0aa3a98 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -8,7 +8,7 @@ }, "name": "Chakra Magic", - "version": "2019.9.30.2", + "version": "2019.10.2.1", "developer": { "name": "Stefano Pigozzi", "url": "https://github.com/Steffo99/chakra-magic"