Can i get the Manifest.JSON file for a Teams app that is already installed our Microsoft Teams Admin center

john john Pter 340 Reputation points
2024-10-23T17:35:01.0766667+00:00

We have a Teams App already installed inside our tenant and users are using it:-

User's image

User's image

Now i downloaded the code from this GitHUb site https://github.com/OfficeDev/microsoft-teams-emergency-operations-center >> and i modified the code using visual studio code to apply some customization based on our needs.

Now to be able to deploy the updated Teams app, i need the following information inside the Manifest.json file:-

  1. AppDomain
  2. Website url
  3. ClientID

now those should be already defined inside the current app which is already installed inside our Microsoft Teams admin center. but i can not find any option to download the current Teams App from our Teams admin center.. so how i can get these info to be able to upload my updated version of the app and replace the current version? Also i need the current app files, incase my updated app had some issues so i can revert back the old version of the app.. any advice?

Thanks

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,312 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,342 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Prasad-MSFT 6,886 Reputation points Microsoft Vendor
    2024-10-25T09:25:01.01+00:00

    john john Pter, ClientID and AppDomain you will not get from App Details page as stated in above shared documentation. You need use the ClientID which you get while registering an app in Azure Portal and you need to add the list of valid domains for websites the app expects to load within the Teams client in your manifest. Thanks, 

    Prasad Das

    ************************************************************************* 

    If the response is helpful, please click "Accept Answer" and upvote it.

    1 person found this answer helpful.
    0 comments No comments

  2. john john Pter 340 Reputation points
    2024-10-25T10:38:45.9466667+00:00

    @Prasad-MSFT ok noted. thanks


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.