hi
@Nivedipa-MSFT,
Attaching manifest file :
{
"$schema": "
https://developer.microsoft.com/en-us/json-schemas/teams/v1.14/MicrosoftTeams.schema.json",
"version": "1.0.4",
"manifestVersion": "1.14",
"id": “XXXXX”X,
"packageName": "com.package.name",
"name": {
"short": "Raptors",
"full": "Raptors Messaging"
},
"developer": {
"name": “XXX”,
"mpnId": "",
"websiteUrl": "
https://XXXXX”,
"privacyUrl": "
https://XXXX/privacy",
"termsOfUseUrl": "
https://XXX/t&c”},
"description": {
"short": "Messaging app",
"full": "Send and receive messages "
},
"icons": {
"outline": "outline.png",
"color": "color.png"
},
"accentColor": "#FFFFFF",
"staticTabs": [
{
"entityId": “XXXXX”,
"name": "MultiLine",
"contentUrl": "
https://XXXXXXX/web?embedded=messaging",
"scopes": [
"personal"
]
},
{
"entityId": "about",
"scopes": [
"personal"
]
}
],
"validDomains": [
“XXXXX”
],
"webApplicationInfo": {
"id": “XXXXXXXXXXXXX”,
"resource": "api://XXXXXXX/XXXXXX-2e98-4220-81af-XXXXXXXX”
},
"isFullScreen": true,
"activities": {
"activityTypes": [
{
"type": "mldt_notify",
"description": "Notification",
"templateText": "MLDT Notification"
},
{
"type": "mldt_notify",
"description": "Notification",
"templateText": "MultiLine Messaging Notification"
}
]
},
"authorization": {
"permissions": {
"orgWide": [],
"resourceSpecific": []
}
},
"supportedChannelTypes": [
"sharedChannels",
"privateChannels"
]
}