{
  "id": "https://dev.destinationago.com",
  "name": "DestinationAGo",
  "short_name": "DAGo",
  "description": "Your smart travel companion for discovering, exploring and navigating any destination.",
  "start_url": "https://dev.destinationago.com",
  "scope": "https://dev.destinationago.com",
  "display": "standalone",
  "background_color": "#0d1b2a",
  "theme_color": "#edb254",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["travel", "navigation", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screen-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home screen — DestinationAGo travel companion"
    },
    {
      "src": "/screenshots/screen-weather.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Live weather forecasts worldwide"
    },
    {
      "src": "/screenshots/screen-tripplanner.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Destination Trip Planner"
    },
    {
      "src": "/screenshots/screen-travelchecklist.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Be prepared before you go"
    },
      {
      "src": "/screenshots/screen-travelbudget.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Manage your travel budget"
    },
    {
      "src": "/screenshots/screen-onthego.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Get travel information within 5 miles for last minute travel"
    }
  ],
  "shortcuts": [
    {
      "name": "Travel Checklist",
      "short_name": "Checklist",
      "description": "Open your travel checklist",
      "url": "https://dev.destinationago.com/#checklist",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Weather",
      "short_name": "Weather",
      "description": "Check destination weather",
      "url": "https://dev.destinationago.com/#weather",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
