{
  "id": "foundrystreamoverlay",
  "title": "Foundry Stream Overlay",
  "description": "This module creates a green‐screen overlay with live HP values for player characters, perfect for streaming. Customisable for Foundry V12.",
  "version": "3.1.1",
  "compatibility": {
    "minimum": "12",
    "verified": "12"
  },
  "scripts": [
    "foundrystreamoverlay.js"
  ],
  "styles": [
    "foundrystreamoverlay.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json",
      "flags": {}
    }
  ],
  "url": "https://github.com/darkjenso/FoundryStreamOverlay/",
  "manifest": "https://raw.githubusercontent.com/darkjenso/FoundryStreamOverlay/refs/heads/main/module.json",
  "download": "https://github.com/darkjenso/FoundryStreamOverlay/releases/download/3.1.1/foundrystreamoverlay.zip",
  "socket": true,
  "relationships": {
    "requires": [
      {
        "id": "socketlib",
        "type": "module",
        "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json",
        "compatibility": {}
      }
    ]
  },
  "packs": [
    {
      "name": "macros",
      "label": "Macros",
      "path": "packs/macros",
      "type": "Macro",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      }
    }
  ]
}