{
  "id": "smartphone-macro-app",
  "title": "Smartphone - Macro App",
  "description": "Adds a macro execution app to the Smartphone Widget module.",
  "version": "1.0.2",
  "authors": [
    {
      "name": "rlavkvmflzk",
      "discord": "sarangi"
    }
  ],
  "compatibility": {
    "minimum": "13",
    "verified": "14",
    "maximum": "14"
  },
  "esmodules": [
    "main.js"
  ],
  "styles": [
    "styles/MacroApp.css"
  ],
  "relationships": {
    "requires": [
      {
        "id": "smartphone-widget",
        "type": "module",
        "compatibility": {}
      }
    ]
  },
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "langs/en.json"
    },
    {
      "lang": "ko",
      "name": "Korean",
      "path": "langs/ko.json"
    }
  ],
  "url": "https://github.com/rlavkvmflzk/smartphone-widget",
  "manifest": "https://r2.foundryvtt.com/packages-public/smartphone-macro-app/module.json",
  "protected": true,
  "socket": true
}