{
  "short_name": "Nosara Shuttle",
  "name": "Create React Nosara Shuttle: Transportation and travel tracking system",
  "icons": [
    {
      "src": "./icons/icon-16.png",
      "type": "image/png",
      "sizes": "16x16"
    },
    {
      "src": "./icons/icon-32.png",
      "type": "image/png",
      "sizes": "32x32"
    },
    {
      "src": "./icons/icon-64.png",
      "type": "image/png",
      "sizes": "64x64"
    },
    {
      "src": "./icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "./icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#0971ab",
  "background_color": "#ffffff",
  "orientation": "portrait",
  "lang": "en",
  "id": "/",
  "description": "Manage your reserved trips with ease. Check the status of your trips, view trip times, destinations, and driver details. Never miss a trip again!",
  "dir": "ltr",
  "scope": "https://www.nosara.site/",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "browser"
  ],
  "launch_handler": {
      "client_mode": ["navigate-existing", "auto"]
  },
  "prefer_related_applications": false,
  "categories": [
    "business",
    "navigation",
    "travel"
  ],
  "screenshots" : [
    {
      "src": "./icons/screenshot_1.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Homescreen of Awesome App"
    },
    {
      "src": "./icons/screenshot_2.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Homescreen of Awesome App"
    }
  ],
  "related_applications": [
    {
      "platform": "windows",
      "url": "",
      "id": ""
    },
    {
      "platform": "play",
      "url": ""
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
