From fa602078782ef73644a36e29b9a8e3dfea0ba4bf Mon Sep 17 00:00:00 2001 From: Vishrut Shukla MSFT <55921868+vishrutshuklaMSFT@users.noreply.github.com> Date: Wed, 22 Jan 2020 19:35:55 +0530 Subject: [PATCH] Update manifest.json --- Manifest/manifest.json | 55 ++++++++++++------------------------------ 1 file changed, 16 insertions(+), 39 deletions(-) diff --git a/Manifest/manifest.json b/Manifest/manifest.json index 56f4ca3..12692ec 100644 --- a/Manifest/manifest.json +++ b/Manifest/manifest.json @@ -1,53 +1,31 @@ { "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.5/MicrosoftTeams.schema.json", "manifestVersion": "1.5", - "version": "1.0", + "version": "1.0.0", "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx", - "packageName": "your-qbot-package-name", + "packageName": "qbot", "developer": { - "name": "Anything unique", - "websiteUrl": "https://github.com/unsw-edu-au/QBot", - "privacyUrl": "https://github.com/unsw-edu-au/QBot", - "termsOfUseUrl": "https://github.com/unsw-edu-au/QBot" + "name": "UNSW Sydney", + "websiteUrl": "https://www.unsw.edu.au/QBot", + "privacyUrl": "https://www.unsw.edu.au/QBot/privacy", + "termsOfUseUrl": "https://www.unsw.edu.au/QBot/tou" }, "icons": { - "outline": "qbot.png", - "color": "qbot.png" + "outline": "Outline.png", + "color": "Color.png" }, "name": { "short": "Question", - "full": "Question" + "full": "Question - The Community Learning App" }, "description": { "short": "QBot", - "full": "QBot keeps track of answered and unanswered questions, sends notifications to tutors and teachers in charge, and dynamically constructs its own knowledge database on the subject to help suggest answers in future. Just tag @question in the conversations tab of your class Team." + "full": "QBot keeps track of answered and unanswered questions, sends notifications to tutors and teachers in charge, and dynamically constructs its own knowledge database on the subject to help suggest answers in future. Just tag @Question in the conversations tab of your class team." }, - "accentColor": "#3F487F", - "composeExtensions": [ - { - "botId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx", - "canUpdateConfiguration": true, - "commands": [ - { - "id": "SelectAnswer", - "description": "Select an answer", - "title": "Select answer", - "type": "action", - "context": [ "message" ], - "fetchTask": true, - "parameters": [ - { - "name": "SelectAnswer", - "title": "Select Answer" - } - ] - } - ] - } - ], - "configurableTabs": [ + "accentColor": "#6264A7", + "configurableTabs": [ { - "configurationUrl": "https://qbot-questions-tab.azurewebsites.net/config?upn={upn}&tid={tid}&gid={gid}&cname={channelName}", + "configurationUrl": "https://qbot-questions-tab.azurewebsites.net/config?upn={loginHint}&tid={tid}&gid={groupId}&cname={channelName}", "canUpdateConfiguration": true, "scopes": [ "team" @@ -58,8 +36,7 @@ { "botId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx", "scopes": [ - "team", - "personal" + "team" ] } ], @@ -67,7 +44,7 @@ { "entityId": "DashboardTab", "name": "Dashboard", - "contentUrl": "https://qbot-dashboard-tab.azurewebsites.net/home?upn={upn}&tid={tid}&gid={groupId}&uid={userObjectId}", + "contentUrl": "https://qbot-dashboard-tab.azurewebsites.net/home?upn={loginHint}&tid={tid}&gid={groupId}&uid={userObjectId}", "scopes": [ "personal" ] } ], @@ -76,4 +53,4 @@ "messageTeamMembers" ], "validDomains": [ "qbot-dashboard-tab.azurewebsites.net", "qbot-questions-tab.azurewebsites.net", "qbot-api.azurewebsites.net" ] -} \ No newline at end of file +}