{
  "id": "cooking-pot",
  "title": "Cooking Pot",
  "description": "System-agnostic cooking system for Foundry VTT with recipe and ingredient management, inventory use and Backpack integration",
  "version": "1.5.3",
  "socket": true,
  "protected": true,
  "authors": [
    {
      "name": "LoboWerewolf",
      "url": "https://www.patreon.com/cw/LoboWerewolf"
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "14"
  },
  "relationships": {
    "requires": [
      {
        "id": "lobowerewolf-hub",
        "type": "module",
        "manifest": "https://github.com/RichardFontoura/lobowerewolf-hub/releases/download/3.0.1/module.json"
      },
      {
        "id": "backpack",
        "type": "module",
        "manifest": "https://r2.foundryvtt.com/packages-public/backpack/module.json"
      }
    ]
  },
  "esmodules": [
    "main.js"
  ],
  "styles": [
    "styles/recipe-manager/recipe-manager.css",
    "styles/ingredients-manager/ingredients-manager.css",
    "styles/cutting-board-manager/cutting-board-manager.css",
    "styles/ingredients-sidebar/ingredients-sidebar.css",
    "styles/hotkey-manager/hotkey-manager.css",
    "styles/cooking-pot/cooking-pot.css",
    "styles/cutting-board/cutting-board.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "languages/en.json"
    },
    {
      "lang": "pt-BR",
      "name": "Portugu\u00eas (Brasil)",
      "path": "languages/pt-BR.json"
    }
  ],
  "manifest": "https://r2.foundryvtt.com/packages-public/cooking-pot/module.json"
}