{
  "id": "gcs-core-panel-platinum",
  "title": "Gate City Shadows - Core GM Panel (Platinum Edition)",
  "description": "Gate City Shadows (Platinum Edition) \u2013 Universal neon-glass GM panel with 3-zone layout, session logging, multi-currency banking, combat tracking, media broadcasting, DJ booth, mission management, and real-time player monitoring. System-agnostic with support for numerous game systems. Includes early access to beta features and experimental functionality.",
  "version": "3.5.0",
  "compatibility": {
    "minimum": "13",
    "verified": "14.359"
  },
  "authors": [
    {
      "name": "Gate City Shadows, LLC"
    }
  ],
  "license": "Proprietary",
  "copyright": "\u00a9 2025-2026 Gate City Shadows, LLC. All rights reserved.",
  "socket": true,
  "esmodules": [
    "scripts/gcs-master-library.js",
    "scripts/gcs-realtime-store.js",
    "scripts/gcs-global-store.js",
    "scripts/gcs-mission-brief-shared.js",
    "scripts/gcs-faction-web-shared.js",
    "scripts/gcs-hover-html-escape.js",
    "scripts/gcs-creature-codex-shared.js",
    "scripts/gcs-faction-web-graph.js",
    "scripts/gcs-faction-web-context.js",
    "scripts/gcs-faction-web-export.js",
    "scripts/gcs-core-security.js",
    "scripts/gcs-beta-features.js",
    "scripts/gcs-storyteller-library.js",
    "scripts/gcs-player-bridge.js",
    "scripts/gcs-global-data-hub.js",
    "scripts/gcs-style-library.js",
    "scripts/gcs-localization-library.js",
    "scripts/gcs-panel-onboarding.js",
    "scripts/gcs-core-panel.js",
    "scripts/gcs-user-preferences-helpers.js",
    "scripts/gcs-user-preferences.js",
    "scripts/gcs-currency-helpers.js",
    "scripts/data/gcs-loot-profiles.js",
    "scripts/data/gcs-loot-descriptions.js",
    "scripts/data/gcs-loot-affixes.js",
    "scripts/gcs-item-generation.js",
    "scripts/gcs-item-library.js",
    "scripts/gcs-pdf-exporter.js",
    "scripts/gcs-world-ocr.js",
    "scripts/gcs-world-viewer.js",
    "scripts/cards/gcs-card-session-timer.js",
    "scripts/cards/gcs-card-storyteller.js",
    "scripts/gcs-combat-tracker-status.js",
    "scripts/gcs-hover-payload-shared.js",
    "scripts/gcs-creature-codex-stats.js",
    "scripts/gcs-canvas-hover-bubble-library.js",
    "scripts/gcs-combat-hover-bubbles.js",
    "scripts/gcs-creature-codex-hover.js",
    "scripts/gcs-player-character-hover-utils.js",
    "scripts/gcs-player-character-canvas-hover.js",
    "scripts/cards/gcs-card-combat-tracker.js",
    "scripts/cards/gcs-card-roster.js",
    "scripts/cards/gcs-card-core-status.js",
    "scripts/cards/gcs-card-broadcaster.js",
    "scripts/gcs-dj-volume-helpers.js",
    "scripts/cards/gcs-card-dj-booth.js",
    "scripts/cards/gcs-card-whisper-window.js",
    "scripts/cards/gcs-card-world.js",
    "scripts/cards/gcs-card-mission-brief.js",
    "scripts/cards/gcs-card-faction-web.js",
    "scripts/cards/gcs-card-creature-codex.js",
    "scripts/cards/gcs-card-banker.js",
    "scripts/gcs-theme-shared.js",
    "scripts/cards/gcs-card-theme-switcher.js",
    "scripts/data/gcs-npc-name-data.js",
    "scripts/data/gcs-quick-ref-srd-data.js",
    "scripts/gcs-quick-ref-library.js",
    "scripts/gcs-quick-ref-pdf.js",
    "scripts/cards/gcs-card-npc-generator.js",
    "scripts/cards/gcs-card-loot-generator.js",
    "scripts/cards/gcs-card-journal.js",
    "scripts/cards/gcs-card-quick-ref.js",
    "scripts/cards/gcs-calendar-systems.js",
    "scripts/cards/gcs-calendar-helpers.js",
    "scripts/cards/gcs-card-calendar.js",
    "scripts/gcs-narrator-prose.js",
    "scripts/data/gcs-narrator-phrases.js",
    "scripts/cards/gcs-card-narrator.js",
    "scripts/cards/gcs-card-shopkeep.js",
    "scripts/cards/gcs-card-system-health.js",
    "scripts/cards/gcs-card-panel-stats.js",
    "scripts/player-cards/gcs-card-world-hub.js",
    "scripts/player-cards/gcs-card-character-pane.js",
    "scripts/player-cards/gcs-card-player-shopkeep.js",
    "scripts/player-cards/gcs-card-player-calendar.js",
    "scripts/player-cards/gcs-card-player-audio-mix.js",
    "scripts/player-cards/gcs-card-player-quick-ref.js",
    "scripts/player-cards/gcs-card-player-world.js",
    "scripts/player-cards/gcs-card-player-theme-switcher.js",
    "scripts/player-cards/gcs-card-player-factions.js",
    "scripts/player-cards/gcs-card-player-creature-codex.js",
    "scripts/player-cards/gcs-player-whisper-window.js"
  ],
  "scripts": [
    "scripts/gcs-devkit.js"
  ],
  "styles": [
    "styles/gcs-combat-hover-bubble-global.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json",
      "flags": {}
    },
    {
      "lang": "fr",
      "name": "Fran\u00e7ais",
      "path": "lang/fr.json",
      "flags": {}
    },
    {
      "lang": "es",
      "name": "Espa\u00f1ol",
      "path": "lang/es.json",
      "flags": {}
    }
  ],
  "protected": true,
  "manifest": "https://r2.foundryvtt.com/packages-public/gcs-core-panel-platinum/module.json"
}