{
  "name": "Kids Chore Chart",
  "short_name": "ChoreChart",
  "description": "ADHD-friendly chore and reward system for kids, built by a former therapist.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1B2613",
  "theme_color": "#1B2613",
  "orientation": "portrait",
  "categories": ["productivity", "lifestyle", "education"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
