{
  "name": "Kit Quest",
  "short_name": "KitQuest",
  "description": "A reward-driven family chore management app. Kids earn points for completing chores, unlock achievements, and redeem rewards. Making household tasks fun for the whole family.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f1dcc7",
  "theme_color": "#E77D3F",
  "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"
    }
  ]
}