{
  "name": "allbestview",
  "short_name": "allbestview",
  "display": "standalone",
  "prefer_related_applications": false,
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "description": "Unveiling the world′s top destinations with daily travel tips and tourism insight. Make your next vacation the best ever! Adventure, culture, and luxury await!",
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "en",
  "categories": [
    "lifestyle",
    "travel",
    "trip"
  ],
  "launch_handler": {
    "client_mode": "auto"
  },
  "scope_extensions": [
    {
      "origin": "https://www.allbestview.com",
      "type": "origin"
    }
  ],
  "icons": [
    {
      "src": "/file/app-icon-192-any.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/file/app-icon-256-any.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/file/app-icon-384-any.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/file/app-icon-512-any.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/file/app-icon-1024-any.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/file/app-icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/file/app-icon-256-maskable.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/file/app-icon-384-maskable.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/file/app-icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/file/app-icon-1024-maskable.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/file/desktop.png",
      "sizes": "1440x900",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/file/mobile.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "serviceworker": {
    "src": "/serviceworker.js"
  }
}