Facebook
From Me, 1 Year ago, written in JavaScript.
Embed
Download Paste or View Raw
Hits: 206
  1. {
  2.     "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.15/MicrosoftTeams.schema.json",
  3.     "version": "1.0.0",
  4.     "manifestVersion": "1.15",
  5.     "id": "5db51a8e-4477-41c4-8e4c-7c5b46e1d4af",
  6.     "packageName": "com.package.name",
  7.     "name": {
  8.         "short": "brutebot",
  9.         "full": "brute"
  10.     },
  11.     "developer": {
  12.         "name": "https://www.freshworks.com",
  13.         "mpnId": "",
  14.         "websiteUrl": "https://www.freshworks.com",
  15.         "privacyUrl": "https://www.freshworks.com",
  16.         "termsOfUseUrl": "https://www.freshworks.com"
  17.     },
  18.     "description": {
  19.         "short": "sadfasf",
  20.         "full": " adfaf asdf "
  21.     },
  22.     "icons": {
  23.         "outline": "outline.png",
  24.         "color": "color.png"
  25.     },
  26.     "accentColor": "#FFFFFF",
  27.     "staticTabs": [
  28.         {
  29.             "entityId": "conversations",
  30.             "scopes": [
  31.                 "personal"
  32.             ]
  33.         },
  34.         {
  35.             "entityId": "about",
  36.             "scopes": [
  37.                 "personal"
  38.             ]
  39.         }
  40.     ],
  41.     "bots": [
  42.         {
  43.             "botId": "8891cee3-ff63-45ec-9c67-10475ec2b1ff",
  44.             "scopes": [
  45.                 "personal",
  46.                 "team",
  47.                 "groupChat"
  48.             ],
  49.             "isNotificationOnly": false,
  50.             "supportsCalling": true,
  51.             "supportsVideo": true,
  52.             "supportsFiles": true
  53.         }
  54.     ],
  55.     "validDomains": []
  56. }
captcha