mirror of
https://github.com/arthur-pbty/moon.git
synced 2026-06-03 15:07:31 +02:00
26 lines
576 B
JSON
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"
|
|
}
|
|
]
|
|
}
|