diff --git a/.gitignore b/.gitignore index 989e614..b630a62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .DS_Store Description -Archive.zip \ No newline at end of file +*.zip diff --git a/manifest.json b/manifest.json index 1ea351f..6b8d938 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Skip Silence", - "version": "2.1", + "version": "2.2", "description": "Skip silent parts in videos and audio files", "homepage_url": "https://github.com/vantezzen/skip-silence", @@ -10,9 +10,7 @@ "48": "icons/icon-48.png" }, - "permissions": [ - "activeTab" - ], + "permissions": [], "background": { "scripts": ["background.js"]