{
  "name": "OutWise - Weather Assistant",
  "short_name": "OutWise",
  "description": "AI-powered weather assistant designed for Philippine conditions",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://cdn-icons-png.flaticon.com/512/1163/1163624.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://cdn-icons-png.flaticon.com/512/1163/1163624.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["weather", "utilities"],
  "shortcuts": [
    {
      "name": "Check Weather",
      "short_name": "Weather",
      "description": "Check current weather",
      "url": "/index.html",
      "icons": [
        {
          "src": "https://cdn-icons-png.flaticon.com/512/1163/1163624.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
