{
  "id": "simple-searchbar",
  "title": "Simple SearchBar",
  "description": "A lightweight global search for Foundry VTT: search actors, items, compendia, journals and roll tables. Includes a draggable floating button, Ctrl/Cmd+K hotkey (configurable in Keybindings), resizable window with persisted position/size, token drag-and-drop, and keyboard navigation.",
  "version": "0.1.1",
  "compatibility": {
    "minimum": "12",
    "verified": "14"
  },
  "authors": [
    {
      "name": "Jotape",
      "url": "https://github.com/JpMotaN",
      "discord": "jpmotan#5690"
    }
  ],
  "url": "https://jotapefoundry.com.br/p/simple-searchbar",
  "readme": "https://raw.githubusercontent.com/JpMotaN/Simple-SearchBar/main/README.md",
  "license": "MIT",
  "manifest": "https://jotapefoundry.com.br/p/simple-searchbar/module.json",
  "download": "https://jotapefoundry.com.br/p/simple-searchbar/releases/simple-searchbar-v0.1.1.zip",
  "esmodules": [
    "scripts/main.js"
  ],
  "styles": [
    "styles/searchbar.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    },
    {
      "lang": "pt-BR",
      "name": "Português (Brasil)",
      "path": "lang/pt-BR.json"
    }
  ]
}