{
  "id": "/",
  "name": "Sky Launch",
  "short_name": "Sky Launch",
  "description": "Real-time launch tracker with visibility scoring for every US launch site.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "en",
  "categories": ["utilities", "weather"],
  "background_color": "#010204",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "./assets/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
