{
  "id": "foundry-hiscores",
  "title": "Foundry Hiscores",
  "description": "Publishes real submitted character/player names and adapter-provided achievements to public hiscores.",
  "version": "1.0.3",
  "compatibility": {
    "minimum": "13",
    "verified": "14",
    "maximum": "14"
  },
  "authors": [
    {
      "name": "FutureHax",
      "url": "https://futurehax.com"
    }
  ],
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/module.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    }
  ],
  "packs": [
    {
      "name": "journals-foundry-hiscores",
      "label": "Foundry Hiscores: How to Use & Credits",
      "path": "packs/journals-foundry-hiscores",
      "type": "JournalEntry",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    }
  ],
  "packFolders": [
    {
      "name": "Foundry Hiscores",
      "sorting": "a",
      "packs": [
        "journals-foundry-hiscores"
      ]
    }
  ],
  "url": "https://github.com/FutureHax/foundry-hiscores",
  "manifest": "https://downloads.r2plays.games/futurehax/foundry-hiscores/latest/module.json",
  "download": "https://downloads.r2plays.games/futurehax/foundry-hiscores/v1.0.3/module.zip",
  "bugs": "https://github.com/FutureHax/foundry-hiscores/issues",
  "changelog": "https://downloads.r2plays.games/futurehax/foundry-hiscores/CHANGELOG.md",
  "library": false,
  "relationships": {
    "requires": [
      {
        "id": "oh-you-dead",
        "type": "module",
        "compatibility": {
          "minimum": "1.1.0"
        }
      }
    ]
  }
}
