{
  "name": "The Mixed-Up Robot",
  "short_name": "The Mixed-Up Robot",
  "description": "Educational children's books that teach social-emotional learning through humor and interactive storytelling.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f1220",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["education", "books", "children"],
  "icons": [
    {
      "src": "assets/icons/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Books",
      "short_name": "Books",
      "description": "View all books and previews",
      "url": "/#books",
      "icons": [
        {
          "src": "assets/icons/favicon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Newsletter",
      "short_name": "Newsletter",
      "description": "Join the launch list",
      "url": "/#newsletter",
      "icons": [
        {
          "src": "assets/icons/favicon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
