{
  "name": "GabbyBattles — Where Every Kid Wins",
  "short_name": "GabbyBattles",
  "description": "The TikTok-style educational app where kids swipe through lessons, battle friends, and learn without even realizing it.",
  "start_url": "/app/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#7C3AED",
  "theme_color": "#7C3AED",
  "icons": [
    {
      "src": "/images/gabby_hero_transparent.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/gabby_hero_transparent.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "games", "kids"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Battle Mode",
      "short_name": "Battle",
      "description": "Jump straight into a battle",
      "url": "/app/?screen=battle",
      "icons": [{ "src": "/images/gabby_hero_transparent.png", "sizes": "96x96" }]
    },
    {
      "name": "Ask Gabby AI",
      "short_name": "Tutor",
      "description": "Ask Gabby AI a question",
      "url": "/app/?screen=tutor",
      "icons": [{ "src": "/images/gabby_hero_transparent.png", "sizes": "96x96" }]
    }
  ]
}
