{
  "id": "bindery",
  "title": "The Bindery \u2014 Book & Binding Atelier",
  "description": "Create and share custom books in Foundry VTT. Design covers in leather, lacquer, vellum or cloth; add gilt tooling, gems and clasps; arrange text and images on the page; then open your book, turn its pages and show it to your players.",
  "version": "0.1.0",
  "compatibility": {
    "minimum": "13",
    "verified": "14",
    "maximum": "14"
  },
  "authors": [
    {
      "name": "Reslin"
    }
  ],
  "esmodules": [
    "scripts/main.mjs"
  ],
  "styles": [
    "styles/bindery.css",
    "styles/ephemera-reader.css"
  ],
  "socket": true,
  "protected": true,
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    },
    {
      "lang": "cn",
      "name": "\u4e2d\u6587\uff08\u7b80\u4f53\uff09",
      "path": "lang/cn.json"
    }
  ],
  "url": "https://www.patreon.com/Reslinfvtt",
  "manifest": "https://r2.foundryvtt.com/packages-public/bindery/module.json"
}