{
    "id": "pf2e-creature-sounds",
    "title": "PF2e Creature Sounds",
    "description": "Adds sounds when creatures attack or are damaged.",
    "authors": [
      {
        "name": "Sami Ali Adib"
      },
      {
        "name": "Oli Lan"
      }
    ],
    "esmodules": [
      "dist/pf2e-creature-sounds.js"
    ],
    "styles": [
      "styles/customsounds.css",
      "styles/actorsoundselect.css"
    ],
    "compatibility": {
      "minimum": "12",
      "verified": "12"
    },
    "relationships": {
        "systems": [
          {
            "id": "pf2e",
            "type": "system",
            "manifest": "https://github.com/foundryvtt/pf2e/releases/download/latest/system.json",
            "compatibility": {
              "minimum": "6.7.2",
              "verified": "6.7.2"
            }
          }
        ]
    },
    "version": "#{VERSION}#",
    "url": "#{URL}#",
    "manifest": "#{MANIFEST}#",
    "download": "#{DOWNLOAD}#"
}