{
	"name": "PDF Parser APP",
	"description": "App to update values from PDF",
	"version": "1.0.0",
	"__sdkVersion": "2.0.0",
	"configValues": [
		{
			"label": "Api preview key",
			"name": "apiKey",
			"type": "string"
		},
		{
			"label": "Agility Base Url",
			"name": "agilityBaseUrl",
			"type": "string"
		},
		{
			"label": "Allowed Content List References",
			"name": "allowedContent",
			"type": "string"
		}
	],
	"connections": [
		{
			"name": "Agility API Offline Access",
			"icon": "https://cdn.aglty.io/content-manager/images/logo-triangle-only-yellow.svg",
			"url": "/oauth/agility-api-offline"
		}
	],
	"capabilities": {
		"modals": [
			{
				"name": "content-item-modal",
				"label": "Content Item Modal",
				"description": "An example modal dialog that can be invoked from the other capabilities of this app."
			}
		],
		"contentItemSidebar": {
			"description": "Shows example data or ui that could be useful on a content item."
		},

		"installScreen": true,
		"uninstallHook": "/api/app-uninstall"

	}
}