Last active
October 8, 2018 17:48
-
-
Save henrypoydar/bc6e5f1b9a4ec18e2e08e59da4b2c5ce to your computer and use it in GitHub Desktop.
MS Teams connector manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.3/MicrosoftTeams.schema.json", | |
"manifestVersion": "1.3", | |
"version": "1.0.7", | |
"id": "760108a2-3c13-45e2-aa70-11a8acd32e3a", | |
"packageName": "com.statushero", | |
"developer": { | |
"name": "Status Hero", | |
"websiteUrl": "https://statushero.com/", | |
"privacyUrl": "https://statushero.com/privacy", | |
"termsOfUseUrl": "https://statushero.com/terms" | |
}, | |
"name": { | |
"short": "Status Hero", | |
"full": "Status Hero" | |
}, | |
"description": { | |
"short": "Automated stand-ups and status reports for software teams", | |
"full": "Track daily goals, activity logs from your tools, and status updates from your team, all in one place. Sync up your team, kill stand-up meetings, inform stakeholders, and quickly cut through all of the management noise." | |
}, | |
"icons": { | |
"outline": "status-hero-microsoft-teams-outline.png", | |
"color": "status-hero-microsoft-teams-color.png" | |
}, | |
"accentColor": "#2f3542", | |
"connectors": [ | |
{ | |
"connectorId": "760108a2-3c13-45e2-aa70-11a8acd32e3a", | |
"scopes": ["team"], | |
"configurationUrl": "https://staging.statushero.com/microsoft-teams/configuration.html" | |
} | |
], | |
"needsIdentity": "false" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment