Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mefaba committed Sep 28, 2023
1 parent 744b451 commit a0dff44
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "Show GeForce Now on Steam",
"description": "Shows if you can play games in GeForce Now while you are in steam website",
"version": "1.7",
"manifest_version": 3,
"permissions": [],
"content_scripts": [
{
"matches": ["https://store.steampowered.com/*"],
"css": ["extstyles.css"],
"js": ["data.js", "contentScript.js"]
"name": "Show GeForce Now on Steam",
"description": "Shows if you can play games in GeForce Now while you are in steam website",
"version": "1.8",
"manifest_version": 3,
"permissions": [],
"content_scripts": [
{
"matches": ["https://store.steampowered.com/*"],
"css": ["extstyles.css"],
"js": ["data.js", "contentScript.js"]
}
],
"action": {
"default_title": "Show GeForce Now on Steam",
"default_icon": {
"16": "/images/icon16.png",
"32": "/images/icon32.png",
"48": "/images/icon48.png",
"128": "/images/icon128.png"
}
},
"icons": {
"16": "/images/icon16.png",
"32": "/images/icon32.png",
"48": "/images/icon48.png",
"128": "/images/icon128.png"
}
],
"action": {
"default_title": "Show GeForce Now on Steam",
"default_icon": {
"16": "/images/icon16.png",
"32": "/images/icon32.png",
"48": "/images/icon48.png",
"128": "/images/icon128.png"
}
},
"icons": {
"16": "/images/icon16.png",
"32": "/images/icon32.png",
"48": "/images/icon48.png",
"128": "/images/icon128.png"
}
}

0 comments on commit a0dff44

Please sign in to comment.