Skip to content

Commit

Permalink
- reduce permission to just what's required
Browse files Browse the repository at this point in the history
Signed-off-by: automike <[email protected]>
  • Loading branch information
mikeliucc committed Aug 14, 2021
1 parent 11f1f5c commit bcd6003
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@
},
"content_scripts": [
{
"js": [
"all_frames": true,
"js": [
"env.js",
"resources/scripts/console.js",
"view/general.js",
"view/showLocator.js",
"inspection/contentScript.js"
],
"matches": ["http://*/*", "https://*/*"]
"matches": ["\u003Call_urls>"]
}
],
"description": "Kick your web automation into high gear with Nexial WebEZ!",
Expand All @@ -36,7 +37,7 @@
},
"manifest_version": 2,
"name": "Nexial WebEZ",
"version": "1.0.0",
"permissions": ["storage", "activeTab", "contextMenus", "management"],
"version": "0.9.0",
"permissions": ["activeTab", "contextMenus"],
"web_accessible_resources": ["resources/style/nexial.css", "view/dialogInjector.js"]
}

0 comments on commit bcd6003

Please sign in to comment.