{
  "name": "PLOT — Household OS",
  "short_name": "PLOT",
  "description": "The household operating system for couples. Budget, tasks, meals and more — together.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "en-GB",
  "dir": "ltr",
  "background_color": "#F5F0EA",
  "theme_color": "#0E8345",
  "categories": ["finance", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Blueprint",
      "short_name": "Blueprint",
      "description": "Household money blueprint and pay cycles",
      "url": "/dashboard/money/blueprint?source=pwa-shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "Allotment and household projects",
      "url": "/dashboard/projects?source=pwa-shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Shopping list",
      "short_name": "Shopping",
      "description": "Grocery list and meals shopping",
      "url": "/dashboard/meals/grocery?source=pwa-shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "share_target": {
    "action": "/dashboard/supply/share-target",
    "method": "GET",
    "params": {
      "url": "url",
      "title": "title",
      "text": "text"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+plot",
      "url": "/handle-protocol?url=%s"
    }
  ],
  "prefer_related_applications": false,
  "display_override": ["window-controls-overlay", "standalone", "browser"]
}
