{
  "name": "Can I Wash Tomorrow",
  "short_name": "Can I Wash",
  "description": "Solar forecast app for Berlin to help you decide if it's a good day to wash your clothes.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f4f4f9",
  "theme_color": "#2d2d2d",
  "orientation": "any",
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["weather", "utilities"]
}
