NebulaCloud/public/manifest.json

28 lines
782 B
JSON
Raw Permalink Normal View History

2025-09-15 17:28:58 +08:00
{
"name": "Eco-Life - Rebuild Earth",
"short_name": "Eco-Life",
"description": "Join the movement to create a sustainable future through interactive environmental gaming",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#22c55e",
"orientation": "portrait-primary",
"icons": [
{
"src": "/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable any"
},
{
"src": "/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable any"
}
],
"categories": ["games", "education", "environment"],
"lang": "en",
"dir": "ltr"
}