asteroid/manifest.json

21 lines
No EOL
477 B
JSON

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