{
  "short_name": "Hortensia Adventures",
  "name": "Hortensia Adventures Ltd",
  "icons": [
    {
      "src": "/app/storage/uploads/logo.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/app/storage/uploads/logo.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/app/storage/uploads/logo.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "background_color": "#3367D6",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#3367D6",
  "shortcuts": [
    {
      "name": "How's the weather today?",
      "short_name": "Today",
      "description": "View weather information for today",
      "url": "/today?source=pwa",
      "icons": [{ "src": "/images/today.png", "sizes": "192x192" }]
    },
    {
      "name": "How's the weather tomorrow?",
      "short_name": "Tomorrow",
      "description": "View weather information for tomorrow",
      "url": "/tomorrow?source=pwa",
      "icons": [{ "src": "/images/tomorrow.png", "sizes": "192x192" }]
    }
  ],
  "description": "Weather forecast information",
  "screenshots": [
    {
      "src": "/app/system/views/portal/Default/assets/img/chui.jpg",
      "type": "image/png",
      "sizes": "540x720",
      "form_factor": "narrow"
    },
    {
      "src": "/app/system/views/portal/Default/assets/img/chui.jpg",
      "type": "image/jpg",
      "sizes": "720x540",
      "form_factor": "wide"
    }
  ]
}