{ "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.11/MicrosoftTeams.schema.json", "manifestVersion": "1.11", "version": "1.0.0", "id": "{{state.fx-resource-appstudio.teamsAppId}}", "packageName": "com.microsoft.teams.extension", "developer": { "name": "Teams App, Inc.", "websiteUrl": "{{{state.fx-resource-frontend-hosting.endpoint}}}", "privacyUrl": "{{{state.fx-resource-frontend-hosting.endpoint}}}/index.html#/privacy", "termsOfUseUrl": "{{{state.fx-resource-frontend-hosting.endpoint}}}/index.html#/termsofuse" }, "icons": { "color": "resources/logo.png", "outline": "resources/logo.png" }, "name": { "short": "{{config.manifest.appName.short}}", "full": "{{config.manifest.appName.full}}" }, "description": { "short": "Short description of {{config.manifest.appName.short}}", "full": "Full description of {{config.manifest.appName.short}}" }, "accentColor": "#FFFFFF", "bots": [ { "botId": "{{state.fx-resource-bot.botId}}", "scopes": [ "personal", "team", "groupchat" ], "supportsFiles": false, "isNotificationOnly": false, "commandLists": [ { "scopes": [ "personal" ], "commands": [ { "title": "VM Start [VM1]", "description": "Start Virtual Machine" }, { "title": "VM Restart [VM1]", "description": "Restart Virtual Machine" }, { "title": "VM Stop [VM1]", "description": "Stop Virtual Machine" }, { "title": "VM PowerOff [VM1]", "description": "PowerOff Virtual Machine" }, { "title": "VM Redeploy [VM1]", "description": "Redeploy Virtual Machine" }, { "title": "VM Reapply [VM1]", "description": "Reapply Virtual Machine" }, { "title": "VM Reset Configuration [VM1]", "description": "Reset Virtual Machine Configuration" }, { "title": "VM Reset Password [VM1]", "description": "Reset Virtual Machine Password " }, { "title": "VM Delete [VM1]", "description": "Delete Virtual Machine" } ] }, { "scopes": [ "personal" ], "commands": [ { "title": "1Help", "description": "Displays this help message" }, { "title": "1Search Flights", "description": "Search flights from Seattle to Phoenix May 2-5 departing after 3pm" }, { "title": "1Search Hotels", "description": "Search hotels in Portland tonight" } ] } ] } ], "composeExtensions": [], "configurableTabs": [], "staticTabs": [], "permissions": [ "identity", "messageTeamMembers" ], "validDomains": [], "webApplicationInfo": { "id": "{{state.fx-resource-aad-app-for-teams.clientId}}", "resource": "{{{state.fx-resource-aad-app-for-teams.applicationIdUris}}}" } }