Created
March 30, 2023 17:14
-
-
Save tobiasviehweger/a9fee6cfe60e738f2e3f6c13c8577d9c to your computer and use it in GitHub Desktop.
Revisions
-
tobiasviehweger created this gist
Mar 30, 2023 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,46 @@ { "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.11/MicrosoftTeams.schema.json", "manifestVersion": "1.11", "version": "1.0.1", "id": "6402de97-ce33-4386-bf28-b37e9e139c11", "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 (old)", "full": "Permission error test (old 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", "applicationPermissions": [ "TeamSettings.Read.Group" ] }, "defaultInstallScope": "team", "configurableTabs": [ { "configurationUrl": "https://atlassianconnect.yasoon.com/v2/jira-teams/teams/latest-ui?view=configureBoardView", "canUpdateConfiguration": true, "scopes": [ "team" ] } ] }