{
  "name": "Storie — Stories that hold you",
  "short_name": "Storie",
  "description": "Personalised bedtime stories that settle, with gentle narration and ambient sleep sounds.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "kids", "lifestyle", "books"],
  "background_color": "#0F0E1A",
  "theme_color": "#0F0E1A",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/apple-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Bedtime Story",
      "short_name": "Bedtime",
      "description": "Create a quick bedtime story",
      "url": "/en-US/generate?quick=true"
    },
    {
      "name": "Your stories",
      "short_name": "Library",
      "description": "Open your saved stories",
      "url": "/en-US/stories"
    }
  ]
}
