fix: rename extension from Pezkuwi Wallet to Pezkuwi Extension

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-09 15:25:53 +03:00
parent 06c966816d
commit 00cab0f7fb
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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": [{
+2 -2
View File
@@ -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": {