Skip to content

Commit b122c54

Browse files
authored
Merge pull request #4 from djcrock/master
Remove the unnecessary "tabs" permission
2 parents 32aa74d + e1b0f2d commit b122c54

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

manifest.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Tab Limiter",
33
"description": "Limit the number of open tabs in total and in a single window",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"author": "Matthias Vogt",
66
"homepage_url": "https://github.com/matthias-vogt/tab-limiter",
77

@@ -25,9 +25,8 @@
2525
]
2626
},
2727
"permissions": [
28-
"tabs",
2928
"storage"
3029
],
3130

3231
"manifest_version": 2
33-
}
32+
}

0 commit comments

Comments
 (0)