Teams App Zip File (V2)
The teams-v2.zip file downloaded in Prerequisites contains two icons (color.png and outline.png) and a manifest in JSON format.
The V2 manifest differs from V1 in the following ways:
-
manifestVersion updated from
1.11to1.3 -
version updated from
1.0.0to2.0.0 -
name.short updated to identify this as the V2 app
-
botId is now a fixed, pre-configured value: do not change this field
-
macOS endpoints should use the files in folder __MACOSX
Don't change anything in the manifest - the contents of the zip file are listed here simply for your information.
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.13/MicrosoftTeams.schema.json",
"manifestVersion": "1.13",
"version": "2.0.0",
"id": "12d049cf-7faf-4526-93db-87366f318fbf",
"packageName": "teams.abr.com",
"developer": {
"name": "Admin By Request",
"websiteUrl": "https://www.adminbyrequest.com",
"privacyUrl": "https://www.adminbyrequest.com/privacy",
"termsOfUseUrl": "https://www.adminbyrequest.com/terms"
},
"icons": {
"color": "color.png",
"outline": "outline.png"
},
"name": {
"short": "Admin By Request v2",
"full": "Admin By Request v2 - Admin Requests"
},
"description": {
"short": "Handle requests from Admin By Request directly through Teams.",
"full": "Keep using the tools you love. With the Admin By Request Teams app you won't have to switch over to your mail client to check for new requests, for then to log into the web portal to handle them. The app will simply send all new requests to a Teams channel of your choosing and let you approve or deny requests directly through Teams. "
},
"accentColor": "#FFFFFF",
"bots": [
{
"botId": "6c0d961b-b50f-45ff-8f8a-26d002870d80",
"scopes": ["personal", "team"],
"supportsFiles": false,
"isNotificationOnly": false
}
],
"permissions": [
"identity",
"messageTeamMembers"
],
"validDomains": []
}

