Skip to content

Instantly share code, notes, and snippets.

@tobiasviehweger
Created March 30, 2023 17:14
Show Gist options
  • Select an option

  • Save tobiasviehweger/a9fee6cfe60e738f2e3f6c13c8577d9c to your computer and use it in GitHub Desktop.

Select an option

Save tobiasviehweger/a9fee6cfe60e738f2e3f6c13c8577d9c to your computer and use it in GitHub Desktop.

Revisions

  1. tobiasviehweger created this gist Mar 30, 2023.
    46 changes: 46 additions & 0 deletions manifest.json
    Original 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"
    ]
    }
    ]
    }