{
  "id": "parlor-themes-tavern",
  "title": "Parlor Themes \u2014 Fantasy Tavern",
  "description": "Fantasy tavern theme for Parlor: a complete presentation layer (table, seats, HUD, ambience) built on the Parlor Presenter API. Requires the Parlor core module.",
  "version": "1.0.1",
  "manifest": "https://r2.foundryvtt.com/packages-public/parlor-themes-tavern/module.json",
  "authors": [
    {
      "name": "reslin"
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "14"
  },
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/tavern.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    },
    {
      "lang": "cn",
      "name": "\u4e2d\u6587(\u7b80\u4f53)",
      "path": "languages/cn.json"
    }
  ],
  "relationships": {
    "requires": [
      {
        "id": "parlor",
        "type": "module"
      }
    ]
  },
  "protected": true
}