Skip to content

Commit

Permalink
Remove ActiveTab permission (not needed yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flakky committed Apr 16, 2024
1 parent 27d2e12 commit ef043ee
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
{
"manifest_version": 3,
"name": "Steamworks extra reports",
"version": "1.1",
"permissions": [
"activeTab"
],
"version": "1.2",
"permissions": [],
"content_scripts": [
{
"matches": ["https://partner.steampowered.com/app/details/*"],
"js": ["content_script.js"]
}
],
"background": {
},
"action": {
},
"background": {},
"action": {},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
Expand Down

0 comments on commit ef043ee

Please sign in to comment.