yosup/pwa/manifest.json
2023-01-03 10:05:02 -08:00

28 lines
573 B
JSON

{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
"name": "Yo, Sup",
"short_name": "Yo",
"start_url": "..",
"display": "standalone",
"background_color": "#0f0f0f",
"theme_color": "#0f0f0f",
"description": "A blue bird Nostr experience.",
"icons": [
{
"src": "../icon/icon.svg",
"sizes": "any",
"type": "image/svg+xml"
},
{
"src": "../icon/icon-maskable.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "maskable any"
},
{
"src": "splash.png",
"sizes": "512x512",
"type": "image/png"
}
]
}