{
  "id": "/",
  "name": "ShadowFinder",
  "short_name": "ShadowFinder",
  "description": "ShadowFinder shows the sun position and shadow direction for your location — perfect for garden, balcony and solar planning.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "background_color": "#f5f3ee",
  "theme_color": "#2f5d3a",
  "categories": ["utilities", "weather", "lifestyle"],
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": "navigate-existing" },
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "768x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ShadowFinder — sun position & shadow on mobile"
    },
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1536x864",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ShadowFinder — desktop overview"
    }
  ],
  "shortcuts": [
    {
      "name": "Current sun position",
      "short_name": "Now",
      "description": "Open sun position and shadow for your current location.",
      "url": "/?utm_source=pwa_shortcut",
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
