{
  "name": "Atmos — advice first, weather quietly",
  "short_name": "Atmos",
  "description": "Atmos reads the sky and tells you what to do about it. A weather app that leads with advice, not numbers.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#141019",
  "theme_color": "#141019",
  "lang": "en",
  "dir": "ltr",
  "categories": ["weather", "utilities", "lifestyle"],
  "icons": [
    {
      "src": "./assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}