{
  "name": "VES Player",
  "short_name": "VES",
  "description": "VES Player is a lightweight video player designed for video-based folders and courses. Play non-stop and orderly all videos in a folder including subolders, add bookmarks, use captions, set your speed and more!",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#f4f4f4",
  "theme_color": "#01879E",
  "orientation": "any",
  "scope": "./",
  "lang": "es",
  "display_override": [
    "window-controls-overlay"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "entertainment",
    "multimedia",
    "utilities",
    "education"
  ],
  "screenshots": [
    {
      "src": "screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "screenshot-narrow.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Video Player",
      "short_name": "Play",
      "description": "Start playing videos from your folders",
      "url": "./",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}