{
  "name": "MARKSAM Ventures — Investment Tracker",
  "short_name": "MARKSAM",
  "description": "Investment tracker for MARKSAM Ventures LLP — where money is, what it earns, what it owes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAFAF7",
  "theme_color": "#DC2626",
  "categories": ["finance", "business", "productivity"],
  "icons": [
    { "src": "/favicon-16.png", "sizes": "16x16", "type": "image/png" },
    { "src": "/favicon-32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "/favicon-64.png", "sizes": "64x64", "type": "image/png" },
    { "src": "/favicon-96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "/android-chrome-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/android-chrome-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-1024.png", "sizes": "1024x1024", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Monthly Income",
      "short_name": "Income",
      "description": "Record and view monthly income",
      "url": "/monthly-income",
      "icons": [{ "src": "/favicon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Loan Tracker",
      "short_name": "Loans",
      "description": "Track hand loan interest payments",
      "url": "/loans",
      "icons": [{ "src": "/favicon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Cafe P&L",
      "short_name": "Cafe",
      "description": "Enter monthly cafe P&L",
      "url": "/cafe",
      "icons": [{ "src": "/favicon-96.png", "sizes": "96x96" }]
    }
  ]
}
