{
  "id": "sessionflow",
  "type": "module",
  "title": "SessionFlow",
  "version": "0.7.0",
  "description": "A session preparation and organization tool for Game Masters. Manage characters, events, notes and everything you need for your sessions.",
  "media": [],
  "authors": [
    {
      "name": "Wand & Widgets",
      "url": "https://github.com/wand-and-widgets",
      "discord": "",
      "flags": {}
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "14"
  },
  "socket": true,
  "relationships": {
    "requires": [],
    "recommends": []
  },
  "esmodules": [
    "scripts/sessionflow.js"
  ],
  "styles": [
    "styles/sessionflow.css",
    "styles/sessionflow-icon-picker.css",
    "styles/sessionflow-storyline.css",
    "styles/sessionflow-beat.css",
    "styles/sessionflow-scene.css",
    "styles/sessionflow-canvas.css",
    "styles/sessionflow-character.css",
    "styles/sessionflow-map.css",
    "styles/sessionflow-quest.css",
    "styles/sessionflow-currency.css",
    "styles/sessionflow-player.css",
    "styles/sessionflow-player-widgets.css",
    "styles/sessionflow-scribe.css",
    "styles/sessionflow-chronicle.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "url": "https://foundryvtt.com/packages/sessionflow",
  "manifest": "https://r2.foundryvtt.com/packages-public/sessionflow/module.json",
  "license": "LICENSE",
  "readme": "README.md",
  "bugs": "https://foundryvtt.com/packages/sessionflow",
  "changelog": "CHANGELOG.md",
  "protected": true
}