{
  "id": "stylish-relationship-tracker",
  "title": "Stylish Relationship Tracker",
  "description": "A system-agnostic social link / relationship archive for FoundryVTT. Record relationships, ranks, events and recollections per actor on a bold, fixed-canvas archive and constellation map screen.",
  "version": "1.0.0",
  "protected": true,
  "authors": [
    {
      "name": "rlavkvmflzk",
      "discord": "sarangi"
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "14",
    "maximum": "14"
  },
  "relationships": {
    "requires": [
      {
        "id": "glitchsmith-lib",
        "type": "module",
        "compatibility": {
          "minimum": "0.9.0"
        }
      }
    ]
  },
  "esmodules": [
    "scripts/main.js"
  ],
  "socket": true,
  "styles": [
    "styles/variables.css",
    "styles/base.css",
    "styles/quick-panel.css",
    "styles/animations.css",
    "styles/themes/archive.css",
    "styles/themes/dossier-paper.css",
    "styles/themes/journal.css",
    "styles/themes/arcane-grimoire.css",
    "styles/themes/stellar-link.css",
    "styles/themes/adventurers-ledger.css",
    "styles/overlays/rankup.css",
    "styles/overlays/gift-reaction.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    },
    {
      "lang": "ko",
      "name": "Korean",
      "path": "languages/ko.json"
    }
  ],
  "url": "https://www.patreon.com/cw/glitchsmith",
  "manifest": "https://r2.foundryvtt.com/packages-public/stylish-relationship-tracker/module.json"
}