{
  "name": "Slumber & Soul — Sleep & Mood Tracker",
  "short_name": "Slumber & Soul",
  "description": "Track your sleep, mood, dreams and wellness habits. Private, offline, no account needed.",
  "start_url": "/index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#4a6741",
  "theme_color": "#4a6741",
  "lang": "en",
  "categories": ["health", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='40' fill='%234a6741'/><text y='140' x='20' font-size='140'>🌙</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='100' fill='%234a6741'/><text y='380' x='40' font-size='380'>🌙</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Log Tonight",
      "short_name": "Tonight",
      "description": "Open Evening check-in",
      "url": "/index.html#tonight",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='.9em' font-size='90'>🌙</text></svg>", "sizes": "96x96" }]
    },
    {
      "name": "Morning Check-in",
      "short_name": "Morning",
      "description": "Log your wake-up and sleep quality",
      "url": "/index.html#morning",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><text y='.9em' font-size='90'>☀️</text></svg>", "sizes": "96x96" }]
    }
  ]
}
