{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Sunset",
  "short_name": "Sunset",
  "id": "/apps/sunset/",
  "lang": "en",
  "start_url": "/apps/sunset/",
  "scope": "/apps/sunset/",
  "display": "standalone",
  "background_color": "#06080f",
  "theme_color": "#183a6e",
  "description": "A living countdown to sunset and sunrise. Tonight's actual sky, golden hour, last light, and the moon, for wherever you are. Works offline. Made by Findborg.",
  "icons": [
    {
      "src": "/apps/sunset/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apps/sunset/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apps/sunset/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
