{
  "name": "FairSplit — Household Task Tracker",
  "short_name": "FairSplit",
  "description": "Log household tasks and see who really does what.",
  "start_url": "/app.html",
  "display": "standalone",
  "background_color": "#FAF8F5",
  "theme_color": "#1e1e1e",
  "orientation": "portrait",
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%231e1e1e'/><text x='50' y='68' font-size='50' text-anchor='middle' fill='%23D97B68' font-family='serif' font-weight='bold'>FS</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}
