Skip to content

Instantly share code, notes, and snippets.

@tobiasviehweger
Created March 30, 2023 17:15
Show Gist options
  • Save tobiasviehweger/d6927bb86eb6c9b770813227d6970e5a to your computer and use it in GitHub Desktop.
Save tobiasviehweger/d6927bb86eb6c9b770813227d6970e5a to your computer and use it in GitHub Desktop.
New RSC Teams app manifest
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.13/MicrosoftTeams.schema.json",
"manifestVersion": "1.13",
"version": "1.0.1",
"id": "6402de97-ce33-4386-bf28-b37e9e139c12",
"packageName": "test-package",
"developer": {
"name": "Test",
"websiteUrl": "https://test.com",
"privacyUrl": "https://test.com/privacy-policy-services",
"termsOfUseUrl": "https://test.com/terms-of-use"
},
"icons": {
"color": "color.png",
"outline": "outline.png"
},
"name": {
"short": "Permission error (new)",
"full": "Permission error test (new manifestVersion)"
},
"description": {
"short": "Permission error test",
"full": "Permission error test"
},
"accentColor": "#D4DFF2",
"validDomains": [
"token.botframework.com"
],
"webApplicationInfo": {
"id": "1131c4e0-b60d-454d-8788-638b0a8c97a5",
"resource": "api://atlassianconnect.yasoon.com/1131c4e0-b60d-454d-8788-638b0a8c97a5"
},
"authorization": {
"permissions": {
"resourceSpecific": [
{
"type": "Application",
"name": "TeamSettings.Read.Group"
}
]
}
},
"defaultInstallScope": "team",
"configurableTabs": [
{
"configurationUrl": "https://atlassianconnect.yasoon.com/v2/jira-teams/teams/latest-ui?view=configureBoardView",
"canUpdateConfiguration": true,
"scopes": [
"team"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment