{
  "name": "Morning Dashboard",
  "short_name": "Dashboard",
  "description": "Personal morning dashboard with weather and calendar",
  "start_url": "./index.html",
  "display": "fullscreen",
  "orientation": "landscape",
  "theme_color": "#667eea",
  "background_color": "#667eea",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%23667eea'/><text y='70' x='50' text-anchor='middle' font-size='60' fill='white'>📊</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml"
    }
  ]
}