{
  "name": "Video Course Player",
  "short_name": "VC Player",
  "description": "A Progressive Web App that goes through all videos in a local directory and shows them as an organized nested list with toggles. Specially tailored for video-based courses it with videos grouped in subfolders. Great for fast cross-consultation of material from different sections.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#f4f4f4",
  "theme_color": "#5D5CDE",
  "orientation": "any",
  "scope": "./",
  "lang": "es",
  "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"
  ],
  "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"
        }
      ]
    }
  ]
}