{
  "name": "uBaan",
  "short_name": "uBaan",
  "description": "Your home, together",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F5F0EB",
  "theme_color": "#C4714A",
  "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": "Add to shopping list", "url": "/shopping?action=add", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Quick task", "url": "/todos?action=add", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Log expense", "url": "/expenses?action=add", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Scan barcode", "url": "/shopping?action=scan", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ],
  "file_handlers": [
    { "action": "/documents", "accept": { "application/pdf": [".pdf"] } }
  ],
  "share_target": {
    "action": "/share-handler",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "files", "accept": ["image/*", "application/pdf"] }
      ]
    }
  }
}
