{
  "name": "Zippidy — Safe AI Learning for Kids",
  "short_name": "Zippidy",
  "description": "AI-powered safe learning browser for kids with 16 educational modes, parental controls, and rich rewards.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "background_color": "#fff7ed",
  "theme_color": "#ea580c",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "kids", "books"],
  "id": "/?source=pwa",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Safe Search",
      "short_name": "Search",
      "description": "Ask Zippidy anything",
      "url": "/?mode=search",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Trivia",
      "short_name": "Trivia",
      "description": "Play a learning trivia round",
      "url": "/?mode=trivia",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Story Time",
      "short_name": "Story",
      "description": "Make a brand new story",
      "url": "/?mode=story",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
