{
	"key": "lively-recorder",
	"baseUrl": "https://recorder.livelyapps.cloud",
	"name": "Lively Recorder",
	"vendor": {
		"name": "Lively Apps",
		"url": "https://www.livelyapps.com/"
	},
	"links": {
		"documentation": "https://help.livelyapps.com/lively-recorder-for-confluence-cloud"
	},
	"authentication": {
		"type": "none"
	},
	"scopes": [
		"READ",
		"WRITE",
		"DELETE"
	],
	"modules": {
		"dialogs": [
			{
				"key": "fullscreen-video-frame",
				"url": "/html/fullscreen-view.html",
				"options": {
					"header": {
						"value": "Fullscreen View"
					},
					"height": "100%",
					"width": "100%",
					"chrome": false
				}
			}
		],
		"dynamicContentMacros": [
			{
				"key": "lively-recording",
				"url": "/html/recording-macro.html",
				"name": {
					"value": "Recording"
				},
				"description": {
					"value": "Record and insert a video or screen recording."
				},
				"icon": {
					"width": 80,
					"height": 80,
					"url": "/img/lively-recorder.svg"
				},
				"categories": [
					"communication",
					"media"
				],
				"aliases": [
					"recorder",
					"video",
					"screen"
				],
				"outputType": "block",
				"parameters": [
					{
						"identifier": "recording",
						"type": "string",
						"required": true,
						"name": {
							"value": "Recording"
						}
					}
				],
				"editor": {
					"url": "/html/recording-macro-editor.html",
					"editTitle": {
						"value": "Edit Recording"
					},
					"insertTitle": {
						"value": "Insert Recording"
					}
				}
			}
		],
		"confluenceContentProperties": [
			{
				"keyConfigurations": [
					{
						"propertyKey": "livelyRecorderProperties",
						"extractions": [
							{
								"objectName": "indexProperties.generatedByRecorder",
								"alias": "lively_recording",
								"type": "string"
							}
						]
					}
				],
				"key": "lively-attachment-index-properties",
				"name": {
					"value": "Lively Attachment Index Document"
				}
			}
		]
	}
}
