{
  "name": "ChoreQuest",
  "short_name": "ChoreQuest",
  "description": "Clear your zones, earn your tokens. An offline ADHD-friendly family chore tracker.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#16122B",
  "theme_color": "#16122B",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ]
}