diff --git a/manifest.json b/manifest.json index b8ca560..17f643f 100644 --- a/manifest.json +++ b/manifest.json @@ -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": [{ @@ -28,7 +28,6 @@ "default_title": "EME Logger", "default_popup": "popup.html" }, - "permissions": ["unlimitedStorage"], "web_accessible_resources": [ "trace-anything.js", "eme-trace-config.js"