update icons and increase popup size

This commit is contained in:
reya
2023-11-21 10:04:38 +07:00
parent bad147b2d7
commit 9f8df79be3
17 changed files with 14 additions and 14 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "Nostr Connect (formerly nos2x)",
"name": "Nostr Connect",
"description": "Nostr Signer Extension",
"version": "2.2.0",
"homepage_url": "https://github.com/fiatjaf/nos2x",
"version": "0.1.0",
"homepage_url": "https://github.com/reyamir/nostr-connect",
"manifest_version": 3,
"icons": {
"16": "icons/16x16.png",
"32": "icons/32x32.png",
"48": "icons/48x48.png",
"128": "icons/128x128.png"
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"options_page": "options.html",
"background": {