Shared Space Extension
A Shared Space Extension makes it possible for users to add Quick Actions to their Shared Spaces.
Declare in Manifest
The first thing to do when adding an Extension is to define it in the manifest.json
file:
...
"sharedSpaceExtensions": [
{
"extensionKey": "{your-app-key}",
"name": "{Your Shared Space Extension}",
"description": "{Description of Your Shared Space Extension}",
"icon": "{your-icon-name}.svg",
"validDomains": ["{your-domain.com}"]
}
}
]
...
caution
The validDomains
URLs must permit embedding within an iFrame for proper rendering in the Shared Space.