{
  "name": "DukaBooks — Trader Ledger",
  "short_name": "DukaBooks",
  "description": "Simple accounting for small-scale traders and informal vendors",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f0f4f0",
  "theme_color": "#2e7d32",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Add Income",
      "short_name": "Income",
      "description": "Quickly log a sale",
      "url": "./#add"
    },
    {
      "name": "Scan Receipt",
      "short_name": "Scan",
      "description": "Photograph a receipt",
      "url": "./#scan"
    }
  ]
}
