// Move this to the backend to be loaded in? const extraApps = [{ "name": "Cases", "description": "Allows use of other Case Management apps without knowing how to use them.", "app_version": "1.0.0", "app_name": "Cases", "type": "ACTION", "large_image": encodeURI('data:image/svg+xml;utf-8,'), "template": true, "actions": [{ "name": "Create Alert", "description": "Create a ticket", "parameters": [{ "name": "id", }, { "name": "name", }, { "name": "description", "multiline": true, }, ], }], }] export default extraApps