efnet-news/public/manifest.json
2023-08-15 10:34:42 -06:00

21 lines
369 B
JSON

{
"name": "EFNet News",
"short_name": "EFNet News",
"display": "browser",
"start_url": "/",
"background_color": "#2a2a2a",
"theme_color": "#1b1b1b",
"icons": [
{
"src": "icons/192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}