{
  "id": "pb-pirate-forge",
  "title": "PB Pirate Forge",
  "description": "{{MODULE_DESCRIPTION}}",
  "version": "1.2.5",
  "compatibility": {
    "minimum": "13",
    "verified": "14",
    "maximum": "14"
  },
  "authors": [
    {
      "name": "{{AUTHOR_NAME}}",
      "url": "{{AUTHOR_URL}}",
      "discord": "{{AUTHOR_DISCORD}}"
    }
  ],
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/module.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    }
  ],
  "url": "https://github.com/FutureHax/pb-pirate-forge",
  "manifest": "https://r2.foundryvtt.com/packages-public/pb-pirate-forge/module.json",
  "bugs": "https://github.com/{{GITHUB_ORG}}/pb-pirate-forge/issues",
  "changelog": "https://downloads.r2plays.games/futurehax/pb-pirate-forge/CHANGELOG.md",
  "packs": [
    {
      "name": "journals-pb-pirate-forge",
      "label": "Credits & Legal",
      "system": "pirateborg",
      "path": "packs/journals-pb-pirate-forge",
      "type": "JournalEntry",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    }
  ],
  "packFolders": [
    {
      "name": "Pirate Borg Pirate Forge",
      "sorting": "a",
      "packs": [
        "journals-pb-pirate-forge"
      ]
    }
  ],
  "protected": true
}