Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. {
  2. "$schema": "https://statics.teams.microsoft.com/sdk/v1.0/manifest/MicrosoftTeams.schema.json",
  3. "manifestVersion": "1.0",
  4. "version": "1.0.0",
  5. "id": "20b6b621-0e30-4430-b1c1-b4de6031b69f",
  6. "packageName": "com.example.myapp",
  7. "developer": {
  8. "name": "Evan Ronnei",
  9. "websiteUrl": "http://www.google.com/",
  10. "privacyUrl": "http://www.google.com/",
  11. "termsOfUseUrl": "http://www.google.com/"
  12. },
  13. "name": {
  14. "short": "JJK Test Bot"
  15. },
  16. "description": {
  17. "short": "A test bot",
  18. "full": "A test bot"
  19. },
  20. "icons": {
  21. "outline": "iron_giant_20.png",
  22. "color": "iron_giant_96.png"
  23. },
  24. "accentColor": "#66b7ff",
  25. "bots": [
  26. {
  27. "botId": "jjkbot",
  28. "needsChannelSelector": "false",
  29. "isNotificationOnly": "false",
  30. "scopes": [ "team", "personal" ]
  31. }
  32. ]
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement