{
  "name": "Dreamy Bedtime",
  "short_name": "Dreamy Bedtime",
  "description": "Magical personalised bedtime stories your children will love",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1e1048",
  "theme_color": "#2d1b69",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "categories": ["education", "kids", "entertainment"],
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Generate Story",
      "short_name": "Generate",
      "description": "Create a new bedtime story",
      "url": "/dashboard/generate",
      "icons": [{ "src": "/logo.svg", "sizes": "any" }]
    },
    {
      "name": "Story Library",
      "short_name": "Library",
      "description": "Browse your saved stories",
      "url": "/dashboard/library",
      "icons": [{ "src": "/logo.svg", "sizes": "any" }]
    }
  ],
  "screenshots": [
    {
      "src": "/logo.svg",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Dreamy Bedtime dashboard"
    }
  ]
}
