Files
2026-01-27 16:31:02 +01:00

24 lines
697 B
JSON

{
"name": "Nostr",
"publisher": "MicroPythonOS",
"short_description": "Nostr",
"long_description": "Notest and Other Stuff Transmitted by Relays",
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.nostr/icons/com.micropythonos.nostr_0.1.1_64x64.png",
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.nostr/mpks/com.micropythonos.nostr_0.1.1.mpk",
"fullname": "com.micropythonos.nostr",
"version": "0.1.1",
"category": "communication",
"activities": [
{
"entrypoint": "assets/nostr_app.py",
"classname": "NostrApp",
"intent_filters": [
{
"action": "main",
"category": "launcher"
}
]
}
]
}