[
  {
    "id": "dmrf",
    "version": "1.0.0",
    "apiLevel": 2,
    "dependencies": [
      "spacepack"
    ],
    "meta": {
      "name": "Discord Message Rewrite Facility",
      "tagline": "A small subset of Pleroma's MRF subsystem, now via Moonlight!",
      "description": "Read the original repository for more information and docs to write MRF scripts",
      "authors": [
        "lun-4"
      ],
      "source": "https://github.com/lun-4/dmrf"
    },
    "settings": {
      "mrfScripts": {
        "displayName": "MRF Scripts",
        "description": "List of scripts to execute MRF from",
        "type": "list",
        "default": []
      },
      "allowEdit": {
        "displayName": "Run scripts on edit",
        "type": "boolean",
        "default": true
      }
    },
    "download": "https://lun-4.github.io/dmrf/dmrf.asar"
  }
]