{
  "name": "Keyhold — Rentals, documented",
  "short_name": "Keyhold",
  "description": "A documented digital record of the landlord and tenant relationship: verified people, signed agreements, dated inspection photos, and a history both sides can see.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2f5bd0",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "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/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search rentals",
      "short_name": "Search",
      "url": "/search",
      "description": "Browse published rentals and homes for sale"
    },
    {
      "name": "My tenancies",
      "short_name": "Tenancies",
      "url": "/workspaces",
      "description": "Open a tenancy workspace"
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "url": "/messages",
      "description": "Your conversations"
    }
  ]
}
