{
  "id": "slot-machine-studio",
  "title": "Slot Machine Studio",
  "description": "Customizable slot machines for your worlds with RTP, jackpots, and minigames.",
  "manifest": "https://r2.foundryvtt.com/packages-public/slot-machine-studio/module.json",
  "protected": true,
  "version": "1.0.0",
  "compatibility": {
    "minimum": "13",
    "verified": "14"
  },
  "authors": [
    {
      "name": "G. Aura Studios"
    }
  ],
  "socket": true,
  "scripts": [
    "greensock/dist/gsap.min.js"
  ],
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/variables.css",
    "styles/layout.css",
    "styles/reels.css",
    "styles/paytable.css",
    "styles/config.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    },
    {
      "lang": "es",
      "name": "Espa\u00f1ol",
      "path": "languages/es.json"
    }
  ]
}