{
    "name": "Astro Comp",
    "short_name": "AstroComp",
    "description": "Astronomy tools — sky view, star locator, stargazing forecast, stellar research.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0e1a",
    "theme_color": "#0a0e1a",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/static/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/static/icons/screenshot.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "categories": ["education", "science"],
    "shortcuts": [
        {
            "name": "Sky view",
            "url": "/app/sky",
            "description": "Observable objects above the horizon"
        },
        {
            "name": "Stargazing forecast",
            "url": "/app/forecast",
            "description": "7-night weather outlook"
        },
        {
            "name": "Research",
            "url": "/app/research",
            "description": "Star data by HIP ID"
        }
    ]
}
