Skip to content

Commit

Permalink
Merge pull request #4 from djcrock/master
Browse files Browse the repository at this point in the history
Remove the unnecessary "tabs" permission
  • Loading branch information
juni-vogt authored Sep 15, 2020
2 parents 32aa74d + e1b0f2d commit b122c54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Tab Limiter",
"description": "Limit the number of open tabs in total and in a single window",
"version": "0.2.0",
"version": "0.2.1",
"author": "Matthias Vogt",
"homepage_url": "https://github.com/matthias-vogt/tab-limiter",

Expand All @@ -25,9 +25,8 @@
]
},
"permissions": [
"tabs",
"storage"
],

"manifest_version": 2
}
}

0 comments on commit b122c54

Please sign in to comment.