Skip to content

Commit

Permalink
fix: Fix unnecessary permissions
Browse files Browse the repository at this point in the history
This came up during review for v3.0.0 in the Chrome Web Store.  This
also bumps the version to v3.0.1.

Change-Id: I4d61bb6ea9f677f51b516acc913cf6841a7a7bc9
  • Loading branch information
joeyparrish committed Nov 9, 2021
1 parent 118042b commit bb9acb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "EME Call and Event Logger",
"short_name": "EME Logger",
"version": "3.0.0",
"version": "3.0.1",
"manifest_version": 2,
"description": "Logs all Encrypted Media Extensions (EME) method calls and events.",
"content_scripts": [{
Expand All @@ -28,7 +28,6 @@
"default_title": "EME Logger",
"default_popup": "popup.html"
},
"permissions": ["unlimitedStorage"],
"web_accessible_resources": [
"trace-anything.js",
"eme-trace-config.js"
Expand Down

0 comments on commit bb9acb9

Please sign in to comment.