{
  "plugin": {
    "title": "Smata Attachment Filing",
    "icon": "icon.png",
    "description": "Process and export attachments from Front conversations with metadata",
    "version": "1.0.0",
    "actions": [
      {
        "location": "conversation",
        "type": "custom_modal",
        "title": "File Attachments",
        "url": "index.html"
      }
    ],
    "entryPoint": "index.html",
    "urlPatterns": [],
    "author": "Smata"
  },
  "host": {
    "scopes": [
      "accounts:read",
      "conversations:read",
      "messages:read",
      "attachments:read"
    ],
    "app": "front",
    "minVersion": "3.24.0"
  }
}
