{
  "name": "JanFin — Smart Finance & SARS Receipt Tracker",
  "short_name": "JanFin",
  "description": "South Africa's intelligent finance tracker and AI receipt scanner with 15% VAT calculation and SARS tax deduction schedules.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#020617",
  "orientation": "portrait",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Slip (OCR)",
      "short_name": "Scan Slip",
      "description": "Quickly scan a new receipt with AI OCR",
      "url": "/?tab=scan&source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Expense Ledger",
      "short_name": "Ledger",
      "description": "View and filter South African transactions",
      "url": "/?tab=transactions&source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "SARS Tax Schedule",
      "short_name": "Tax Reports",
      "description": "Export Section 11(a) deduction packs",
      "url": "/?tab=reports&source=pwa_shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
