lips-pwa/manifest.json
2026-07-07 21:47:41 +08:00

21 lines
418 B
JSON

{
"short_name": "PWA",
"name": "LIPS PWA Experiment",
"description": "A PWA built with LIPS Scheme.",
"start_url": "/",
"display": "standalone",
"theme_color": "black",
"background_color": "white",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}