{
  "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.9/MicrosoftTeams.schema.json",
  "manifestVersion": "1.9",
  "version": "1.0",
  "id": "b5e2b2e4-5102-4e80-8626-4532c63a3d39",
  "packageName": "com.microsoft.teams.ContosoNet",
  "developer": {
    "name": "Contoso",
    "websiteUrl": "https://www.contoso.com",
    "privacyUrl": "https://privacy.microsoft.com/en-us/privacystatement",
    "termsOfUseUrl": "https://go.microsoft.com/fwlink/?linkid=2039674"
  },
  "icons": {
    "color": "contoso96x96.png",
    "outline": "contoso20x20.png"
  },
  "name": {
    "short": "ContosoNet",
    "full": "ContosoNet"
  },
  "description": {
    "short": "Our Contoso intranet inside of Microsoft Teams",
    "full": "This app lets you use our Contoso intranet, ContosoNet, directly here inside of Microsoft Teams"
  },
  "accentColor": "#40497E",
  "isFullScreen": true,
  "staticTabs": [
        {
            "entityId": "sharepointportal_b5e2b2e4-5102-4e80-8626-4532c63a3d39",
            "name": "ContosoNet",
            "contentUrl": "https://MyTenant.sharepoint.com/_layouts/15/teamslogon.aspx?spfx=true&dest=https://MyTenant.sharepoint.com/?app=portals",
            "websiteUrl": "https://MyTenant.sharepoint.com/",
            "searchUrl": "https://MyTenant.sharepoint.com/_layouts/15/search.aspx?q={searchQuery}",
            "scopes": ["personal"],
            "supportedPlatform" : ["desktop"]
        }
    ],
  "permissions": [
    "identity",
    "messageTeamMembers"
  ],
  "validDomains": [
    "MyTenant.sharepoint.com",
    "*.login.microsoftonline.com",
    "*.sharepoint.com",
    "*.sharepoint-df.com",
    "spoppe-a.akamaihd.net",
    "spoprod-a.akamaihd.net",
    "resourceseng.blob.core.windows.net",
    "msft.spoppe.com"
  ],
  "webApplicationInfo": {
    "id": "00000003-0000-0ff1-ce00-000000000000",
    "resource": "https://MyTenant.sharepoint.com"
  }
}
