You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
24 lines
697 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|