mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 05:54:19 +01:00
22 lines
476 B
JSON
22 lines
476 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
|
|
"name": "Rabbit",
|
|
"short_name": "Rabbit",
|
|
"start_url": ".",
|
|
"display": "browser",
|
|
"background_color": "#fff",
|
|
"description": "A deck style nostr client.",
|
|
"icons": [
|
|
{
|
|
"src": "images/rabbit_app_256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "images/rabbit_app_1280.png",
|
|
"sizes": "1280x1280",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|