{
  "name": "AMR PG",
  "short_name": "AMR PG",
  "description": "Pay rent, raise complaints, check food menu and WiFi \u2014 all in one tenant app.",
  "id": "/tenant-app/?v=2",
  "start_url": "/tenant-app/?v=2",
  "scope": "/tenant-app",
  "display": "standalone",
  "display_override": [
    "standalone"
  ],
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "theme_color": "#000000",
  "background_color": "#FFFFFF",
  "icons": [
    {
      "src": "/icons/tenant/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/tenant/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/tenant/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/tenant/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/tenant/apple-touch-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Pay Rent",
      "short_name": "Pay Rent",
      "url": "/tenant-app/payments/pay"
    },
    {
      "name": "Raise Complaint",
      "short_name": "Complaint",
      "url": "/tenant-app/complaints/new"
    },
    {
      "name": "View Notices",
      "short_name": "Notices",
      "url": "/tenant-app/notices"
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  }
}
