Files
rabbit/public/manifest.json
Shusui MOYATANI 52f7573475 fix: eslint errors
2023-11-23 00:54:04 +09:00

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"
}
]
}