{
  "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.16/MicrosoftTeams.schema.json",
  "manifestVersion": "1.16",
  "version": "1.0.0",
  "id": "a3f8c2d1-4e7b-4a9f-8c6d-2b1e5f3a7d9c",
  "developer": {
    "name": "EngageLive / postlister.com",
    "websiteUrl": "https://postlister.com/engagelive/",
    "privacyUrl": "https://postlister.com/engagelive/privacy.html",
    "termsOfUseUrl": "https://postlister.com/engagelive/terms.html",
    "mpnId": ""
  },
  "name": {
    "short": "EngageLive",
    "full": "EngageLive — Live Polls, Q&A & Quizzes"
  },
  "description": {
    "short": "Run live polls, Q&A and quizzes in your Teams meetings.",
    "full": "EngageLive lets you run live polls, Q&A, quizzes, word clouds, surveys and ratings directly inside Microsoft Teams. No account needed — enter your email and start in seconds. Participants join by scanning a QR code on their phone. Results update live. Export PDF/Excel reports. Free for 50 participants."
  },
  "icons": {
    "color": "icon-192.png",
    "outline": "icon-32.png"
  },
  "accentColor": "#E8400C",
  "configurableTabs": [
    {
      "configurationUrl": "https://postlister.com/engagelive/teams/config.html",
      "canUpdateConfiguration": true,
      "scopes": ["team", "groupchat"],
      "context": ["channelTab", "privateChatTab", "meetingChatTab", "meetingSidePanel"],
      "supportedSharePointHosts": ["sharePointFullPage", "sharePointWebPart"]
    }
  ],
  "staticTabs": [
    {
      "entityId": "engagelive-host",
      "name": "Host Session",
      "contentUrl": "https://postlister.com/engagelive/teams/tab.html?view=host",
      "websiteUrl": "https://postlister.com/engagelive/",
      "scopes": ["personal"]
    },
    {
      "entityId": "engagelive-join",
      "name": "Join Session",
      "contentUrl": "https://postlister.com/engagelive/teams/tab.html?view=join",
      "websiteUrl": "https://postlister.com/engagelive/",
      "scopes": ["personal"]
    }
  ],
  "bots": [],
  "connectors": [],
  "composeExtensions": [],
  "permissions": ["identity", "messageTeamMembers"],
  "validDomains": [
    "postlister.com",
    "engagelive-3b4f9-default-rtdb.asia-southeast1.firebasedatabase.app",
    "www.gstatic.com",
    "fonts.googleapis.com",
    "fonts.gstatic.com"
  ],
  "webApplicationInfo": {
    "id": "a3f8c2d1-4e7b-4a9f-8c6d-2b1e5f3a7d9c",
    "resource": "https://postlister.com/engagelive/"
  },
  "authorization": {
    "permissions": {
      "resourceSpecific": []
    }
  },
  "showLoadingIndicator": true,
  "isFullScreen": false,
  "activities": {
    "activityTypes": [
      {
        "type": "sessionStarted",
        "description": "A live session was started",
        "templateText": "{actor} started a live session: {sessionName}"
      }
    ]
  }
}
