Skip to content

Commit

Permalink
Merge pull request #121 from kineticjs/permisionsUpdate
Browse files Browse the repository at this point in the history
Lower down permissions to the minimal required set
  • Loading branch information
kineticjs authored Feb 16, 2021
2 parents e84827b + d41e361 commit b898564
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"/scripts/content/detectUI5.js"
],
"matches": [
"<all_urls>"
"http://*/*",
"https://*/*"
]
}
],
Expand All @@ -34,7 +35,8 @@
},
"permissions": [
"contextMenus",
"<all_urls>"
"http://*/*",
"https://*/*"
],
"web_accessible_resources": [
"/scripts/injected/*.js",
Expand Down

0 comments on commit b898564

Please sign in to comment.