Files
moon/public/manifest.json
T
Puechberty Arthur 49fd31f4db first commit
2026-03-30 23:07:36 +02:00

26 lines
576 B
JSON

{
"name": "Moon Phases",
"short_name": "MoonPhases",
"description": "Moon phases calendar with exact dates, full moon names, simulator and lunar guide.",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a1a",
"theme_color": "#0a0a1a",
"orientation": "any",
"categories": ["education", "science"],
"icons": [
{
"src": "/icon",
"sizes": "any",
"type": "image/png",
"purpose": "any"
},
{
"src": "/apple-icon",
"sizes": "180x180",
"type": "image/png",
"purpose": "any"
}
]
}