{
  "name": "Latchkey",
  "short_name": "Latchkey",
  "description": "Your listings, your guests, and everything the agent handled.",
  "id": "/app/",
  "start_url": "/app/",
  "scope": "/app/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F8F9FB",
  "theme_color": "#4F46E5",
  "categories": ["business", "travel", "productivity"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Anything that needs you",
      "url": "/app/?tab=inbox"
    },
    {
      "name": "Properties",
      "short_name": "Listings",
      "description": "Your listings and who is staying",
      "url": "/app/?tab=properties"
    }
  ]
}
