efnet-news/public/manifest.json

21 lines
369 B
JSON
Raw Normal View History

2023-08-15 16:34:42 +00:00
{
"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"
}
]
}