{
  "name": "AAVIVR Cash Tracker",
  "short_name": "AAVIVR Cash",
  "description": "Day-to-day cash book for the AAVIVR team",
  "start_url": "../index.php?p=dashboard",
  "scope": "../",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "icons": [
    { "src": "icon.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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Cash received", "url": "../index.php?p=entry&direction=in" },
    { "name": "Cash paid", "url": "../index.php?p=entry&direction=out" },
    { "name": "Day book", "url": "../index.php?p=daybook" }
  ]
}
