Skip to content

Commit

Permalink
release 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugzuzg committed Sep 26, 2024
1 parent 611af53 commit 2276d95
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 23 deletions.
25 changes: 5 additions & 20 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "SteGOG",
"version": "0.0.17",
"version": "0.0.18",
"description": "Display games owned on Steam in GOG",

"icons": {
Expand All @@ -12,29 +12,16 @@
"page": "src/options.html",
"browser_style": true
},
"permissions": [
"*://api.steampowered.com/*",
"*://api.isthereanydeal.com/*",
"storage"
],
"permissions": ["*://api.steampowered.com/*", "*://api.isthereanydeal.com/*", "storage"],

"background": {
"scripts": [
"lib/bluebird.min.js",
"lib/browser-polyfill.min.js",
"src/background.js"
]
"scripts": ["lib/bluebird.min.js", "lib/browser-polyfill.min.js", "src/background.js"]
},

"content_scripts": [
{
"matches": ["*://*.gog.com/*"],
"js": [
"lib/bluebird.min.js",
"lib/browser-polyfill.min.js",
"lib/lodash.min.js",
"src/stegog.js"
],
"js": ["lib/bluebird.min.js", "lib/browser-polyfill.min.js", "lib/lodash.min.js", "src/stegog.js"],
"css": ["src/stegog.css"]
}
],
Expand All @@ -43,7 +30,5 @@
"id": "stegog@ugzuzg.com.amo"
}
},
"web_accessible_resources": [
"images/g99.png"
]
"web_accessible_resources": ["images/g99.png"]
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gog-steam-owned",
"version": "0.0.17",
"version": "0.0.18",
"description": "",
"main": "stegog.js",
"scripts": {
Expand Down

0 comments on commit 2276d95

Please sign in to comment.