{
  "name": "RVDZ Mobile App",
  "short_name": "RVDZ Music",
  "url": "https://ronvanderzwan.com",
  "manifestUrl": "https://ronvanderzwan.com/manifest.webmanifest",
  "id": "?utm_source=easywebapp",
  "start_url": "https://ronvanderzwan.com/?utm_source=easywebapp",
  "scope": "https://ronvanderzwan.com/",
  "display": "standalone",
  "theme_color": "#32448D",
  "background_color": "#32448D",
  "description": "RVDZ Music Albums and Videos",
  "lang": "en",
  "orientation": "portrait",
  "categories": ["lifestyle"],
  "icons": [
      {
        "src": "assets/img/favicon/web-app-manifest-192x192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
          "src": "assets/img/favicon/web-app-manifest-512x512.png",
          "sizes": "512x512",
          "type": "image/png"
      },
      {
        "src": "assets/img/favicon/maskable_icon_512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "assets/img/screenshots/rvdz-homepage.jpg",
      "sizes": "921x2048",
      "type": "image/jpg",
      "platform": "narrow",
      "label": "RVDZ Homescreen"
    },
    {
      "src": "assets/img/screenshots/rvdz-videos.jpg",
      "sizes": "921x2047",
      "type": "image/jpg",
      "platform": "narrow",
      "label": "RVDZ Music Videos"
    }
  ]
}