{
  "name": "Mobiledock",
  "start_url": "/",
  "description": "Loading dock management and dock appointment scheduling application.",
  "id": "client",
  "short_name": "Mobiledock",
  "launch_handler": {
    "client_mode": "auto"
  },
  "handle_links": "preferred",
  "orientation": "natural",
  "icons": [
    {
      "src": "/static/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/static/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#272727",
  "background_color": "#272727",
  "display_override": ["window-controls-overlay", "fullscreen", "minimal-ui"],
  "display": "standalone",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "screenshots": [
    {
      "src": "/static/img/mobile-screenshot.webp",
      "sizes": "374x666",
      "type": "image/webp",
      "form_factor": "narrow",
      "label": "Homescreen of Mobiledock"
    }
  ],
  "shortcuts": [
    {
      "name": "Bookings",
      "short_name": "Bookings",
      "description": "View your current bookings",
      "url": "/bookings"
    },
    {
      "name": "Timeline",
      "short_name": "Timeline",
      "description": "View your timeline",
      "url": "/timeline"
    }
  ],
  "scope": "/",
  "scope_extensions": [{ "origin": "*.mobiledock.com" }],
  "lang": "en",
  "dir": "auto",
  "related_applications": [],
  "prefer_related_applications": true,
  "categories": ["security", "travel", "utilities", "navigation"]
}
