{
  "id": "foundrystreamoverlay",
  "type": "module",
  "name": "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": "2.1.1",
  "author": "Jen",
  "compatibility": {
    "minimum": "12",
    "verified": "12"
  },
  "scripts": [
    "foundrystreamoverlay.js"
  ],
  "styles": [
    "foundrystreamoverlay.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "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/2.1.1/foundrystreamoverlay.zip",
  "socket": false,
  "library": false,
  "relationships": {
    "requires": []
  },
  "protected": false
}