remove unnecessary activeTab permission.

This commit is contained in:
fiatjaf
2022-01-20 14:04:38 -03:00
parent f18f334f24
commit a904d9deda

View File

@@ -1,7 +1,7 @@
{ {
"name": "nos2x", "name": "nos2x",
"description": "Nostr Signer Extension", "description": "Nostr Signer Extension",
"version": "1.0.0", "version": "1.0.1",
"homepage_url": "https://github.com/fiatjaf/nos2x", "homepage_url": "https://github.com/fiatjaf/nos2x",
"manifest_version": 2, "manifest_version": 2,
"icons": { "icons": {
@@ -28,7 +28,6 @@
] ]
}], }],
"permissions": [ "permissions": [
"activeTab",
"storage" "storage"
], ],
"web_accessible_resources": ["nostr-provider.js"], "web_accessible_resources": ["nostr-provider.js"],