{
  "name": "Sleep Time Calculator",
  "short_name": "Sleep Calc",
  "description": "Calculate optimal sleep times based on 90-minute cycles",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f4f7fb",
  "theme_color": "#1d4ed8",
  "icons": [
    {
      "src": "android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "categories": ["health", "productivity"],
  "shortcuts": [
    {
      "name": "Sleep now",
      "short_name": "Sleep",
      "description": "Calculate wake times if sleeping right now",
      "url": "./index.html?mode=sleep-now",
      "icons": [
        {
          "src": "android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
