{
  "name": "KitQuest",
  "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",
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.kitquest.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/id6758504266",
      "id": "6758504266"
    }
  ],
  "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"
    }
  ]
}