{
  "id": "uk.co.dronechecker",
  "name": "DroneChecker",
  "short_name": "DroneChecker",
  "description": "UK drone flying companion — live weather, wind analysis, fly ratings, golden hour calculator and flight logging. Advisory only; not a substitute for official airspace checks.",
  "start_url": "/app.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "lang": "en-GB",
  "categories": [
    "utilities",
    "weather"
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=uk.co.dronechecker.twa",
      "id": "uk.co.dronechecker.twa"
    }
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-dashboard.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Fly or Stay Grounded?"
    },
    {
      "src": "/screenshots/screenshot-forecast.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Plan Your Perfect Flight"
    },
    {
      "src": "/screenshots/screenshot-golden.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Chase the Golden Hour"
    },
    {
      "src": "/screenshots/screenshot-log.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Log Every Flight, Stay Legal"
    },
    {
      "src": "/screenshots/screenshot-wind.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "See the Wind Before You Launch"
    }
  ],
  "shortcuts": [
    {
      "name": "Forecast",
      "short_name": "Forecast",
      "description": "Open the 24-hour forecast and 7-day best day planner",
      "url": "/app.html?tab=fc",
      "icons": [
        {
          "src": "/icons/shortcut-forecast.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Wind",
      "short_name": "Wind",
      "description": "View live wind direction, speed and gusts",
      "url": "/app.html?tab=radar",
      "icons": [
        {
          "src": "/icons/shortcut-wind.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Golden Hour",
      "short_name": "Golden Hour",
      "description": "Sunrise, sunset and golden hour times for photography",
      "url": "/app.html?tab=gh",
      "icons": [
        {
          "src": "/icons/shortcut-golden.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Flight Log",
      "short_name": "Flight Log",
      "description": "Record a new flight or review your flight history",
      "url": "/app.html?tab=log",
      "icons": [
        {
          "src": "/icons/shortcut-log.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}