diff --git a/__pycache__/__init__.cpython-39.pyc b/__pycache__/__init__.cpython-39.pyc index 5481de0..6c62f61 100644 Binary files a/__pycache__/__init__.cpython-39.pyc and b/__pycache__/__init__.cpython-39.pyc differ diff --git a/__pycache__/crud.cpython-39.pyc b/__pycache__/crud.cpython-39.pyc index 9122a6f..8a95747 100644 Binary files a/__pycache__/crud.cpython-39.pyc and b/__pycache__/crud.cpython-39.pyc differ diff --git a/__pycache__/migrations.cpython-39.pyc b/__pycache__/migrations.cpython-39.pyc index 045e1bc..72d1c3f 100644 Binary files a/__pycache__/migrations.cpython-39.pyc and b/__pycache__/migrations.cpython-39.pyc differ diff --git a/__pycache__/models.cpython-39.pyc b/__pycache__/models.cpython-39.pyc index f27b51e..8534d36 100644 Binary files a/__pycache__/models.cpython-39.pyc and b/__pycache__/models.cpython-39.pyc differ diff --git a/__pycache__/tasks.cpython-39.pyc b/__pycache__/tasks.cpython-39.pyc index 065ba1e..47b2e17 100644 Binary files a/__pycache__/tasks.cpython-39.pyc and b/__pycache__/tasks.cpython-39.pyc differ diff --git a/__pycache__/views.cpython-39.pyc b/__pycache__/views.cpython-39.pyc index 1f962bf..ed587e6 100644 Binary files a/__pycache__/views.cpython-39.pyc and b/__pycache__/views.cpython-39.pyc differ diff --git a/__pycache__/views_api.cpython-39.pyc b/__pycache__/views_api.cpython-39.pyc index 1084bda..cf750da 100644 Binary files a/__pycache__/views_api.cpython-39.pyc and b/__pycache__/views_api.cpython-39.pyc differ diff --git a/config.json b/config.json index 0bfa1bd..ce8ae18 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Nostr Client", "short_description": "Nostr client for extensions", - "tile": "/nostr-client/static/images/nostr-bitcoin.png", + "tile": "/nostrclient/static/images/nostr-bitcoin.png", "contributors": ["calle"] } diff --git a/manifest.json b/manifest.json index ed54c1a..fa4525a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "repos": [ - { - "id": "nostr-client", - "organisation": "lnbits", - "repository": "nostr-client-extension" - } - ] + "repos": [ + { + "id": "nostrclient", + "organisation": "lnbits", + "repository": "nostrclient" + } + ] } diff --git a/templates/nostr-client/index.html b/templates/nostr-client/index.html deleted file mode 100644 index 7b63c07..0000000 --- a/templates/nostr-client/index.html +++ /dev/null @@ -1,257 +0,0 @@ -{% extends "base.html" %} {% from "macros.jinja" import window_vars with context -%} {% block page %} -
Only Admin users can manage this extension
- -