{
  "id": "ephemera",
  "title": "Ephemera - Parchment, Press & Book",
  "description": "Create structured in-world newspapers, letters, and books as Foundry VTT handouts.",
  "version": "1.0.0",
  "authors": [
    {
      "name": "Reslin",
      "email": "reslinnox@Gmail.com",
      "url": "https://www.patreon.com/Reslinfvtt"
    }
  ],
  "compatibility": {
    "minimum": 13,
    "verified": 14,
    "maximum": 14
  },
  "esmodules": [
    "scripts/main.js"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    },
    {
      "lang": "cn",
      "name": "\u7b80\u4f53\u4e2d\u6587",
      "path": "lang/cn.json"
    }
  ],
  "styles": [
    "styles/fonts.css",
    "styles/base.css",
    "styles/textures.css",
    "styles/editor.css",
    "styles/newspaper.css",
    "styles/letter.css",
    "styles/book.css"
  ],
  "socket": true,
  "manifest": "https://r2.foundryvtt.com/packages-public/ephemera/module.json",
  "flags": {},
  "protected": true
}