diff --git a/manifest.json b/manifest.json index 86d9c0b..1ea351f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Skip Silence", - "version": "2.0", + "version": "2.1", "description": "Skip silent parts in videos and audio files", "homepage_url": "https://github.com/vantezzen/skip-silence", @@ -11,8 +11,7 @@ }, "permissions": [ - "activeTab", - "storage" + "activeTab" ], "background": {