Skip to content

Commit

Permalink
Remove unneeded activeTab permission
Browse files Browse the repository at this point in the history
  • Loading branch information
vantezzen committed Jun 3, 2020
1 parent 45044ff commit 3e079b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.DS_Store
Description
Archive.zip
*.zip
6 changes: 2 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -10,9 +10,7 @@
"48": "icons/icon-48.png"
},

"permissions": [
"activeTab"
],
"permissions": [],

"background": {
"scripts": ["background.js"]
Expand Down

0 comments on commit 3e079b7

Please sign in to comment.