{
  "name": "Tabla - Shared House Expenses",
  "short_name": "Tabla",
  "description": "Manage shared house expenses and debts",
  "start_url": "/static/index.html",
  "display": "standalone",
  "background_color": "#D2B48C",
  "theme_color": "#8B7355",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><text y='150' font-size='150'>📋</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><text y='400' font-size='400'>📋</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23D2B48C' width='540' height='720'/><text x='270' y='360' font-size='120' text-anchor='middle' fill='%238B7355'>📋</text></svg>",
      "sizes": "540x720",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Expense",
      "short_name": "Add Expense",
      "description": "Quickly add a shared expense",
      "url": "/static/index.html?tab=expenses",
      "icons": []
    },
    {
      "name": "View Debts",
      "short_name": "View Debts",
      "description": "See who owes what",
      "url": "/static/index.html?tab=debts",
      "icons": []
    }
  ],
  "categories": ["finance", "productivity"]
}
