Skip to main content

Mobile Plugin - Examples

Adding a New Tab

https://mobile.wazo.io

Mobile New Tab Example

// manifest.json
{
// ...
"staticTabs": [
{
"entityId": "new-tab",
"mobileIcon": "chatbox-ellipses-outline",
"context": [ "mobileTab" ],
"name": "My Plugin",
"contentUrl": "./index.html"
}
]
}