asteroid/manifest.json

21 lines
477 B
JSON
Raw Normal View History

2024-09-27 18:55:47 +00:00
{
"name": "miggymofongo's website",
"short_name": "miggymofongo",
"start_url": "index.html",
"scope": "./",
"icons": [
{
"src": "/img/nostr_192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/nostr-icon-white-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffd31d",
"background_color": "#333",
"display": "standalone"
}