Forum Discussion
Can't publish app to my org
@pedroivo_freston - Thanks for reaching out! Could you please share your app manifest to test at our end?
- pedroivo_frestonJan 28, 2025Copper Contributor
Sure, here it's
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.19/MicrosoftTeams.schema.json",
"manifestVersion": "1.19",
"version": "1.0.8",
"id": "0db9ecc6-8a73-4fec-ae9e-b6ba12d5ab2a",
"developer": {
"name": "Freston Analytics",
"websiteUrl": "https://frestonanalytics.com/",
"privacyUrl": "https://frestonanalytics.com//privacy",
"termsOfUseUrl": "https://frestonanalytics.com//termsofuse"
},
"icons": {
"color": "color.png",
"outline": "outline.png"
},
"name": {
"short": "Nexivo",
"full": "Nexivo"
},
"description": {
"short": "Manage contact creation, updates, and communication in one place.",
"full": "Nexivo is an intuitive Teams app designed to enhance productivity in our contact center by enabling easy contact creation, updates, and management. This app consolidates essential contact functionalities, ensuring team members can efficiently handle client interactions directly within Teams."
},
"accentColor": "#FFFFFF",
"staticTabs": [
{
"entityId": "index0",
"name": "Contacts",
"contentUrl": "https://ccs-agent-alpha.freston.io/contacts",
"websiteUrl": "https://ccs-agent-alpha.freston.io/contacts",
"scopes": [
"personal",
"groupChat",
"team"
],
"context": [
"personalTab",
"privateChatTab",
"meetingChatTab",
"meetingDetailsTab",
"meetingSidePanel",
"meetingStage",
"channelTab"
]
},
{
"entityId": "index1",
"name": "In Call",
"contentUrl": "https://ccs-agent-alpha.freston.io/in-call",
"websiteUrl": "https://ccs-agent-alpha.freston.io/in-call",
"scopes": [
"personal",
"groupChat",
"team"
],
"context": [
"personalTab",
"privateChatTab",
"meetingChatTab",
"meetingDetailsTab",
"meetingSidePanel",
"meetingStage",
"channelTab"
]
}
],
"webApplicationInfo": {
"id": "8f4ea05a-8d46-4345-9773-2f0d6dcd018a",
"resource": "api://ccs-agent-alpha.freston.io/8f4ea05a-8d46-4345-9773-2f0d6dcd018a"
},
"bots": [],
"connectors": [],
"composeExtensions": [],
"configurableTabs": [],
"permissions": [
"identity",
"messageTeamMembers"
],
"validDomains": [
"ccs-agent-alpha.freston.io",
"alpha-auth.freston.io",
"ccs-alpha.freston.io",
"login.microsoftonline.com"
]
}
- Nivedipa-MSFTJan 29, 2025
Microsoft
@pedroivo_freston -
We have tested with your given manifest. We are able to add the app successfully via Teams app and from https://dev.teams.microsoft.com/Could you please test this again and let us know if you are facing this issue again?
- pedroivo_frestonJan 30, 2025Copper Contributor
I'm able to upload it to dev.teams.microsoft.com but I`m not able to publish to my organization.