{
  "title": "Youtube Player Widget",
  "description": "A simple widget to play youtube videos in Foundry VTT with playlist functionality",
  "id": "fvtt-youtube-player",
  "version": "4.0.0",
  "authors": [
    {
      "name": "theripper93",
      "email": "tsplab@gmail.com",
      "url": "https://www.patreon.com/theripper93"
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    }
  ],
  "scripts": [],
  "esmodules": [
    "index.js"
  ],
  "styles": [
    "styles/module.css"
  ],
  "packs": [],
  "url": "https://www.patreon.com/theripper93",
  "manifest": "https://r2.foundryvtt.com/packages-public/fvtt-youtube-player/module.json",
  "relationships": {
    "requires": [
      {
        "id": "lib-wrapper",
        "type": "module",
        "compatibility": {}
      }
    ]
  },
  "compatibility": {
    "minimum": "14",
    "verified": "14"
  },
  "protected": true
}