From fa851bc5b18550798ba98b1fe659d41fbd183ae0 Mon Sep 17 00:00:00 2001 From: Ren Amamiya Date: Wed, 8 Apr 2026 13:39:25 +0700 Subject: [PATCH] chore: update metadata --- extension/chrome/manifest.json | 4 ++-- extension/firefox/manifest.json | 12 +++++++----- extension/output/manifest.json | 5 +++-- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/extension/chrome/manifest.json b/extension/chrome/manifest.json index e151701..4a386a1 100644 --- a/extension/chrome/manifest.json +++ b/extension/chrome/manifest.json @@ -1,8 +1,8 @@ { "name": "Nostr Signer (formerly Nostr Connect)", "description": "Nostr Signer Extension", - "version": "0.1.2", - "homepage_url": "https://github.com/reyamir/nostr-connect", + "version": "1.0.0", + "homepage_url": "https://git.reya.su/reya/nostr-connect", "manifest_version": 3, "icons": { "16": "icons/icon16.png", diff --git a/extension/firefox/manifest.json b/extension/firefox/manifest.json index 8bd4784..6b1c7e5 100644 --- a/extension/firefox/manifest.json +++ b/extension/firefox/manifest.json @@ -1,12 +1,15 @@ { "name": "Nostr Signer (formerly Nostr Connect)", "description": "Nostr Signer Extension", - "version": "0.1.2", - "homepage_url": "https://github.com/reyamir/nostr-connect", + "version": "1.0.0", + "homepage_url": "https://git.reya.su/reya/nostr-connect", "manifest_version": 2, "browser_specific_settings": { "gecko": { - "id": "{e665d138-0e5b-4b7a-ab91-7af834eda7a2}" + "id": "{e665d138-0e5b-4b7a-ab91-7af834eda7a2}", + "data_collection_permissions": { + "required": ["none"] + } } }, "icons": { @@ -31,6 +34,5 @@ ], "permissions": ["storage", "activeTab", "windows"], "optional_permissions": ["notifications"], - "web_accessible_resources": ["nostr-provider.js"], - "data_collection_permissions": [] + "web_accessible_resources": ["nostr-provider.js"] } diff --git a/extension/output/manifest.json b/extension/output/manifest.json index 037f831..8bd4784 100644 --- a/extension/output/manifest.json +++ b/extension/output/manifest.json @@ -29,7 +29,8 @@ "js": ["content-script.build.js"] } ], - "permissions": ["storage"], + "permissions": ["storage", "activeTab", "windows"], "optional_permissions": ["notifications"], - "web_accessible_resources": ["nostr-provider.js"] + "web_accessible_resources": ["nostr-provider.js"], + "data_collection_permissions": [] }