{
  "short_name": "LotRush",
  "name": "LotRush",
  "description": "Run your RV park, campground or lot-based property from one dashboard.",
  "icons": [
    {
      "src": "favicon.ico?v=3",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon"
    },
    {
      "src": "android-chrome-192x192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "android-chrome-512x512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "apple-touch-icon.png?v=3",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "start_url": "/app",
  "display": "standalone",
  "theme_color": "#07111F",
  "background_color": "#07111F",
  "orientation": "portrait",
  "scope": "/",
  "id": "/",
  "categories": [
    "business",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "New reservation",
      "short_name": "Reserve",
      "url": "/app?tab=mypark&sub=reservations"
    },
    {
      "name": "Invoices",
      "short_name": "Invoices",
      "url": "/app?tab=invoices"
    }
  ]
}