Skip to content

Commit

Permalink
remove tabs permission (#153)
Browse files Browse the repository at this point in the history
* remove tabs permission

* 0.2.1
  • Loading branch information
HugoDF authored Jan 20, 2021
1 parent 6d6237d commit c60ca54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alpinejs-devtools",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"description": "DevTools extension for debugging Alpine.js applications.",
"homepage": "https://github.com/alpine-collective/alpinejs-devtools",
Expand Down
2 changes: 1 addition & 1 deletion packages/shell-chrome/assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"default_title": "Alpine.js devtools",
"default_popup": "popups/not-found.html"
},
"permissions": ["http://*/*", "https://*/*", "file:///*", "tabs"],
"permissions": ["http://*/*", "https://*/*", "file:///*"],
"background": {
"scripts": ["background.js"],
"persistent": false
Expand Down

0 comments on commit c60ca54

Please sign in to comment.