{
  "id": "my-rollmate",
  "title": "My Rollmate - Cinematic Roll Companion",
  "description": "Your new powerful, atmospheric, all-encompassing tool to manage group checks, roll initiative, pick random tokens with real 3D WebGL dice, immersive sound effects and animations!",
  "version": "1.0.3",
  "authors": [
    {
      "name": "DeathSteed",
      "flags": {}
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "13"
  },
  "scripts": [
    "scripts/config.js",
    "scripts/lang.js",
    "scripts/audio.js",
    "scripts/3d-engine.js",
    "scripts/roll-logic.js",
    "scripts/ui-handler.js",
    "scripts/main.js"
  ],
  "styles": [
    "styles/rollmate.css"
  ],
  "url": "https://github.com/DEATHSTEED/DEATHSTEED",
  "manifest": "https://r2.foundryvtt.com/packages-public/my-rollmate/module.json",
  "protected": true,
  "flags": {
    "forge-vtt": {
      "manifest": "https://raw.githubusercontent.com/DEATHSTEED/DEATHSTEED/main/my-rollmate/module.json"
    }
  }
}