{
  "id": "scifi-hex-deck",
  "title": "SciFi Hex Deck - Cards for your SciFi Themed Game",
  "description": "A SciFi themed card deck for Foundry VTT. Best used when trying to win your ship back from a fellow scoundrel.",
  "manifest": "https://sigil-fvtt.s3.amazonaws.com/scifi-hex-deck/module.json",
  "protected": true,
  "bugs": "https://support.metamorphic-digital.com/",
  "media": [
    {
      "type": "cover",
      "url": "https://sigil-fvtt.s3.amazonaws.com/scifi-hex-deck/assets/cover.webp",
      "caption": "SciFi Hex Deck"
    },
    {
      "type": "icon",
      "url": "https://sigil-fvtt.s3.amazonaws.com/scifi-hex-deck/assets/icon.webp",
      "caption": "SciFi Hex Deck"
    }
  ],
  "authors": [
    {
      "name": "Pinnacle Entertainment Group",
      "url": "https://peginc.com"
    }
  ],
  "url": "https://peginc.com",
  "version": "14.0.0",
  "compatibility": {
    "minimum": "14",
    "verified": "14"
  },
  "packs": [
    {
      "name": "sci-fi-hex-deck",
      "label": "SciFi Hex Deck",
      "path": "./packs/sci-fi-hex-deck.db",
      "type": "Cards"
    },
    {
      "name": "sci-fi-hex-journal",
      "label": "SciFi Hex Deck Manual",
      "path": "./packs/sci-fi-hex-journal.db",
      "type": "JournalEntry"
    }
  ],
  "scripts": [],
  "esmodules": [
    "./index.js"
  ],
  "styles": [
    "./style.css"
  ],
  "flags": {},
  "relationships": {},
  "packFolders": [
    {
      "name": "Science Fiction Hex Deck",
      "sorting": "m",
      "color": "#30999C",
      "packs": [
        "sci-fi-hex-deck",
        "sci-fi-hex-journal"
      ]
    }
  ]
}