{
  "id": "death-ledger",
  "title": "Death Ledger",
  "description": "Track PC deaths with date, player, character, and reason. System-agnostic with optional Pirate Borg flavor.",
  "version": "1.1.4",
  "compatibility": {
    "minimum": "13",
    "verified": "14",
    "maximum": "14"
  },
  "authors": [
    {
      "name": "Ken Kyger",
      "url": "https://github.com/FutureHax"
    }
  ],
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/module.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    }
  ],
  "packs": [
    {
      "name": "journals-death-ledger",
      "label": "Death Ledger: How to Use & Credits",
      "path": "packs/journals-death-ledger",
      "type": "JournalEntry",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    }
  ],
  "packFolders": [
    {
      "name": "Death Ledger",
      "sorting": "a",
      "packs": [
        "journals-death-ledger"
      ]
    }
  ],
  "url": "https://github.com/FutureHax/death-ledger",
  "manifest": "https://r2.foundryvtt.com/packages-public/death-ledger/module.json",
  "bugs": "https://github.com/FutureHax/death-ledger/issues",
  "changelog": "https://downloads.r2plays.games/futurehax/death-ledger/CHANGELOG.md",
  "library": "false",
  "protected": true
}