Skip to content

Instantly share code, notes, and snippets.

@davidjgraph
Created May 25, 2022 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidjgraph/48ffe65880607502df7d64335554753b to your computer and use it in GitHub Desktop.
Save davidjgraph/48ffe65880607502df7d64335554753b to your computer and use it in GitHub Desktop.
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.10/MicrosoftTeams.schema.json",
"manifestVersion": "1.10",
"version": "1.0.13",
"id": "xxx",
"packageName": "com.mxgraph.teamsApp",
"developer": {
"name": "JGraph",
"websiteUrl": "https://www.diagrams.net",
"privacyUrl": "https://www.diagrams.net/trust/privacy-microsoft-teams",
"termsOfUseUrl": "https://www.diagrams.net/trust/"
},
"name": {
"short": "draw.io",
"full": "draw.io"
},
"description": {
"short": "Collaborate visually on whiteboards and diagrams",
"full": "draw.io is a diagramming and whiteboarding app that allows you to collaborate visually in your browser or using our desktop tool. draw.io allows you to add a diagram tab so you and your co-workers can collaborate on a diagram file stored in your OneDrive without leaving Microsoft Teams. JGraph Ltd has been building secure diagramming technology since 2004.\n\n* Works in every modern desktop browser\n* Viewer for smaller screens and mobile devices\n* You control of your data, we cannot access it\n* [Source code published on Github](https://github.com/jgraph/drawio)\n\nAll major diagram types are supported in this easy-to-use drag-and-drop diagramming app:\n\n* Flowcharts and BPMN diagrams\n* Org charts\n* UML, ERD and network diagrams\n* Infrastructure diagrams with major cloud vendors (Azure, AWS, GCP and IBM)\n* Wireframes and mockups\n* Mindmaps and whiteboard brainstorms\n\ndraw.io has the full range of powerful features:\n\n* Collaborative real-time editing for diagrams stored in OneDrive or Google Drive\n* Secure Single Sign On using your existing vendor authenication\n* Easy custom shapes and library creation\n* Informal sketch mode for hand-drawn styling\n* Import conversion for diagrams created in other major diagramming tools\n* Automated diagram creation from data sources\n\n**Additional resources** [Getting started](https://diagrams.net/doc/faq/microsoft-teams-diagrams/) draw.io is brought to you by JGraph, a UK based technology company with 20 years of experience building web-based diagramming software."
},
"icons": {
"outline": "drawio32x32.png",
"color": "drawio192x192.png"
},
"accentColor": "#60A18E",
"bots": [],
"composeExtensions": [
{
"botId": "xxx",
"commands": [
{
"id": "insertDiagram",
"type": "action",
"context": [
"compose",
"commandBox"
],
"description": "Insert a diagram",
"title": "Insert a diagram",
"fetchTask": false,
"taskInfo": {
"title": "Insert a diagram",
"width": "large",
"height": "large",
"url": "https://app.diagrams.net/connect/teams/tabs/config.html?chatMode=1"
}
}
]
}
],
"staticTabs": [{
"entityId": "com.mxgraph.teamsApp.mainAppTab",
"name": "Getting Started",
"contentUrl": "https://app.diagrams.net/connect/teams/tabs/getting-started.html",
"scopes": [
"personal"
]
}],
"configurableTabs": [{
"configurationUrl": "https://app.diagrams.net/connect/teams/tabs/config.html",
"canUpdateConfiguration": true,
"scopes": [
"team",
"groupchat"
]
}],
"permissions": [
"identity",
"messageTeamMembers"
],
"validDomains": [],
"webApplicationInfo": {
"id": "xxx",
"resource": "api://app.diagrams.net/xxx"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment