1
0
Fork 0
forked from 0x2E/fusion
fusion/frontend/static/manifest.json
2025-03-13 10:57:31 +08:00

24 lines
446 B
JSON

{
"short_name": "Fusion",
"icons": [
{
"src": "/icon-192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable"
},
{
"src": "/icon-512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"id": "/?source=pwa",
"start_url": "/",
"background_color": "#09090b",
"display": "standalone",
"scope": "/",
"theme_color": "#000000",
"description": "RSS aggregator and reader"
}