From 00cab0f7fb584b6742598603f4fa902ab19c2397 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Fri, 9 Jan 2026 15:25:53 +0300 Subject: [PATCH] fix: rename extension from Pezkuwi Wallet to Pezkuwi Extension Co-Authored-By: Claude Opus 4.5 --- packages/extension/manifest_chrome.json | 4 ++-- packages/extension/manifest_firefox.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/extension/manifest_chrome.json b/packages/extension/manifest_chrome.json index 1fcabc2..4739236 100644 --- a/packages/extension/manifest_chrome.json +++ b/packages/extension/manifest_chrome.json @@ -2,7 +2,7 @@ "author": "PezkuwiChain", "description": "Manage your Pezkuwi blockchain accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.", "homepage_url": "https://github.com/pezkuwichain/pezkuwi-extension", - "name": "Pezkuwi Wallet", + "name": "Pezkuwi Extension", "short_name": "Pezkuwi", "manifest_version": 3, "permissions": ["storage", "tabs"], @@ -11,7 +11,7 @@ "type": "module" }, "action": { - "default_title": "Pezkuwi Wallet", + "default_title": "Pezkuwi Extension", "default_popup": "index.html" }, "content_scripts": [{ diff --git a/packages/extension/manifest_firefox.json b/packages/extension/manifest_firefox.json index 2e2bb8c..e011bcd 100644 --- a/packages/extension/manifest_firefox.json +++ b/packages/extension/manifest_firefox.json @@ -2,7 +2,7 @@ "author": "PezkuwiChain", "description": "Manage your Pezkuwi blockchain accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.", "homepage_url": "https://github.com/pezkuwichain/pezkuwi-extension", - "name": "Pezkuwi Wallet", + "name": "Pezkuwi Extension", "short_name": "Pezkuwi", "manifest_version": 3, "permissions": ["storage", "tabs"], @@ -11,7 +11,7 @@ "type": "module" }, "action": { - "default_title": "Pezkuwi Wallet", + "default_title": "Pezkuwi Extension", "default_popup": "index.html" }, "browser_specific_settings": {