{
  "name": "StoryNest – Personalized bedtime storybooks",
  "short_name": "StoryNest",
  "description": "AI-powered illustrated bedtime stories where your child is the hero. Multilingual, printable, shareable.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d0a25",
  "theme_color": "#0d0a25",
  "orientation": "any",
  "scope": "/",
  "categories": ["education", "books", "kids", "lifestyle"],
  "lang": "en",
  "icons": [
    { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "New story",
      "short_name": "New",
      "url": "/create",
      "description": "Weave a new bedtime story",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Library",
      "short_name": "Library",
      "url": "/library",
      "description": "Browse saved storybooks",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
