{
  "name": "NappyTi.me — Sleep Cycle & Bedtime Calculator",
  "short_name": "NappyTi.me",
  "description": "Calming bedtime calculator with ambient sounds and starry visuals",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#141b33",
  "theme_color": "#1e3a5f",
  "categories": ["health", "lifestyle", "utilities"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Bedtime calculator",
      "short_name": "Bedtime",
      "description": "Find the best time to fall asleep for your wake-up time",
      "url": "/calculator",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Nap calculator",
      "short_name": "Nap",
      "description": "Plan a power, short or full-cycle nap",
      "url": "/nap-calculator",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Sleep tools",
      "short_name": "Tools",
      "description": "Breathing, sleep debt, journal and more",
      "url": "/sleep-tools",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Sleep guides",
      "short_name": "Guides",
      "description": "Science-backed guides to better sleep",
      "url": "/sleep-guides",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
