{
  "name": "Sparkytales — AI Storybook Maker",
  "short_name": "Sparkytales",
  "description": "Write, illustrate, and narrate your own storybooks with AI. Perfect for young writers aged 10+ and parents who love storytelling.",
  "start_url": "/explore",
  "display": "standalone",
  "background_color": "#faf5ff",
  "theme_color": "#9333ea",
  "orientation": "portrait-primary",
  "categories": ["education", "entertainment", "kids"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create New Story",
      "short_name": "New Story",
      "url": "/create-story",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Explore Stories",
      "short_name": "Explore",
      "url": "/explore",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
