{
  "name": "Storee - Personalized Children's Stories",
  "short_name": "Storee",
  "description": "Create magical AI-powered personalized storybooks for your child",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "lang": "en",
  "categories": ["education", "kids", "entertainment"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Create Story",
      "short_name": "Create",
      "description": "Start creating a new personalized story",
      "url": "/create"
    },
    {
      "name": "My Stories",
      "short_name": "Stories",
      "description": "View your story collection",
      "url": "/my-stories"
    }
  ]
}
