{
  "id": "fh-actually-private-rolls",
  "title": "Actually Private Rolls",
  "description": "Adds an Actually Private roll mode that fully hides chat cards and Dice So Nice animations from non-recipients, without changing Foundry's normal Blind/GM/Whisper roll behavior.",
  "version": "1.1.3",
  "compatibility": {
    "minimum": "13",
    "verified": "14",
    "maximum": "14"
  },
  "authors": [
    {
      "name": "FutureHax",
      "url": "https://jolly-rogenerator.app",
      "discord": "r2plays"
    }
  ],
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/module.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    }
  ],
  "packs": [
    {
      "name": "journals-fh-actually-private-rolls",
      "label": "Actually Private Rolls: How to Use & Credits",
      "path": "packs/journals-fh-actually-private-rolls",
      "type": "JournalEntry",
      "ownership": {
        "PLAYER": "OBSERVER",
        "ASSISTANT": "OWNER"
      },
      "flags": {}
    }
  ],
  "packFolders": [
    {
      "name": "Actually Private Rolls",
      "sorting": "a",
      "packs": [
        "journals-fh-actually-private-rolls"
      ]
    }
  ],
  "url": "https://github.com/FutureHax/fh-actually-private-rolls",
  "manifest": "https://r2.foundryvtt.com/packages-public/fh-actually-private-rolls/module.json",
  "bugs": "https://github.com/FutureHax/fh-actually-private-rolls/issues",
  "changelog": "https://downloads.r2plays.games/futurehax/fh-actually-private-rolls/CHANGELOG.md",
  "library": false,
  "protected": true
}