{
  "name": "HomeFlow",
  "short_name": "HomeFlow",
  "description": "Household inventory, shopping, scanning, and intelligence in one app.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f7f5ef",
  "theme_color": "#111111",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Scan",
      "short_name": "Scan",
      "description": "Open the barcode scanner.",
      "url": "/dashboard/scan"
    },
    {
      "name": "Shopping List",
      "short_name": "Shopping",
      "description": "Jump straight into your shopping queue.",
      "url": "/dashboard/shopping"
    }
  ],
  "share_target": {
    "action": "/dashboard/scan",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
