{
  "name": "RUN ME THAT — Keep the friendship. Track the money.",
  "short_name": "Run Me That",
  "description": "Track money owed between people, send reminders, and document payments. Run Me That does not hold or transfer funds.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4f1ea",
  "theme_color": "#8b3dff",
  "categories": ["finance", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "New Run", "url": "/new" },
    { "name": "Dashboard", "url": "/dashboard" },
    { "name": "Receipts", "url": "/receipts" }
  ]
}
