Skip to content

Commit c60ca54

Browse files
authored
remove tabs permission (#153)
* remove tabs permission * 0.2.1
1 parent 6d6237d commit c60ca54

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alpinejs-devtools",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"description": "DevTools extension for debugging Alpine.js applications.",
66
"homepage": "https://github.com/alpine-collective/alpinejs-devtools",

packages/shell-chrome/assets/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"default_title": "Alpine.js devtools",
1414
"default_popup": "popups/not-found.html"
1515
},
16-
"permissions": ["http://*/*", "https://*/*", "file:///*", "tabs"],
16+
"permissions": ["http://*/*", "https://*/*", "file:///*"],
1717
"background": {
1818
"scripts": ["background.js"],
1919
"persistent": false

0 commit comments

Comments
 (0)