Teams App Zip File

The teams.zip file downloaded in Prerequisites contains two icons (color.png and outline.png) and a manifest in JSON format:

Copy
{
    "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.11/MicrosoftTeams.schema.json",
    "manifestVersion": "1.11",
    "version": "1.0.0",
    "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "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 - Requests",
        "full": "Admin By Request - 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": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
            "scopes": [
                "team"
            ],
            "supportsFiles": false,
            "isNotificationOnly": false
        }
    ],
    "permissions": [
        "identity",
        "messageTeamMembers"
    ],
    "validDomains": []
}