You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
828 B
36 lines
828 B
{ |
|
"name": "Imwald", |
|
"author": "Silberengel", |
|
"short_name": "Imwald", |
|
"description": "Imwald — a user-friendly Nostr client focused on relay feed browsing and relay discovery", |
|
"start_url": "/", |
|
"display": "standalone", |
|
"background_color": "#FFFFFF", |
|
"theme_color": "#FFFFFF", |
|
"icons": [ |
|
{ |
|
"src": "/pwa-192x192.png", |
|
"sizes": "192x192", |
|
"type": "image/png", |
|
"purpose": "any" |
|
}, |
|
{ |
|
"src": "/pwa-512x512.png", |
|
"sizes": "512x512", |
|
"type": "image/png", |
|
"purpose": "any" |
|
}, |
|
{ |
|
"src": "/pwa-maskable-192x192.png", |
|
"sizes": "192x192", |
|
"type": "image/png", |
|
"purpose": "maskable" |
|
}, |
|
{ |
|
"src": "/pwa-maskable-512x512.png", |
|
"sizes": "512x512", |
|
"type": "image/png", |
|
"purpose": "maskable" |
|
} |
|
] |
|
}
|
|
|