Mobile Plugin - Examples
Adding a New Tab
https://mobile.wazo.io
// manifest.json
{
// ...
"staticTabs": [
{
"entityId": "new-tab",
"mobileIcon": "chatbox-ellipses-outline",
"context": [ "mobileTab" ],
"name": "My Plugin",
"contentUrl": "./index.html"
}
]
}