{
  "name": "Tella - Personalized Stories for Kids",
  "short_name": "Tella",
  "description": "Stories that help kids discover who they want to be.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFE21F",
  "theme_color": "#FFE21F",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "entertainment", "kids"],
  "icons": [
    {
      "src": "/images/app-icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/app-icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/app-icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/images/app-icons/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/app-icons/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Create New Story",
      "short_name": "Create",
      "description": "Start creating a new personalized story",
      "url": "/create",
      "icons": [
        {
          "src": "/images/icons/icon-sparkles.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "My Stories",
      "short_name": "Stories",
      "description": "View your created stories",
      "url": "/stories",
      "icons": [
        {
          "src": "/images/icons/icon-book.svg",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
