{
    "name": "Sunhour",
    "short_name": "Sunhour",
    "description": "Golden hour, blue hour, sunrise/sunset and twilight times for any city on Earth. Built for photographers, hikers, and surfers.",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#2d1b2e",
    "theme_color": "#f59e0b",
    "lang": "en",
    "categories": ["photo", "travel", "utilities", "weather"],
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Today's sun times",
            "short_name": "Today",
            "url": "/?source=shortcut",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "All cities",
            "short_name": "Cities",
            "url": "/sun-times",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
