{
  "name": "ChoreChart - Fun Chores for Kids",
  "short_name": "ChoreChart",
  "description": "A fun, kid-friendly chore tracker that teaches responsibility and makes completing tasks rewarding.",
  "start_url": "/kids/login",
  "display": "standalone",
  "background_color": "#7c3aed",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "education", "kids"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Chores",
      "short_name": "Chores",
      "url": "/kids/chores",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Star Jar",
      "short_name": "Stars",
      "url": "/kids/star_jar",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
