{
  "name": "RekaDesk — Business Operating System",
  "short_name": "RekaDesk",
  "description": "Every job, every ringgit, one screen.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1d2433",
  "theme_color": "#1d2433",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-receipt",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        { "name": "receipt", "accept": ["application/pdf", "image/*", ".pdf", ".jpg", ".jpeg", ".png", ".webp", ".heic"] }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Scan receipt",
      "short_name": "Scan",
      "description": "Snap a receipt and let AI log the expense",
      "url": "/?scan",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
