Experience Type
The Experience Type is an extension that makes it possible for your app to be used to create a Showpad Experience. The app is added as a new type of Experience on the Create New Experiences dialog in the Online Platform.
Once an admin installs the app, they can use it to create a Showpad Experience and define which Divisions have access to it. By default, all Divisions have access to new Experiences.
This an example of how it can be described in the experienceTypes
property of the manifest:
...
"experienceTypes": [
{
"extensionKey": "my-experience",
"name": "My Experience",
"description": "Excellent description",
"resources": {
"folder": "exp-files"
}
}
]
...