Commit 0b32b099 by Oleksandr Barabash

teams app generator fixed

parent b28d9ef0
...@@ -9,7 +9,7 @@ from config import AppConfig, TeamsAppConfig ...@@ -9,7 +9,7 @@ from config import AppConfig, TeamsAppConfig
manifest = { manifest = {
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.14/MicrosoftTeams.schema.json", "$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.14/MicrosoftTeams.schema.json",
"version": "1.0.0", "version": "1.0.0",
"manifestVersion": "1.0.0", "manifestVersion": "1.14",
# "id": "THIS IS AN APP SERVICE ID", # "id": "THIS IS AN APP SERVICE ID",
# "packageName": "net.azurewebsites.bot-name", # "packageName": "net.azurewebsites.bot-name",
# "name": { # "name": {
...@@ -26,10 +26,10 @@ manifest = { ...@@ -26,10 +26,10 @@ manifest = {
"description": { "description": {
"short": "Cakebot-3", "full": "Cakebot-3 Bot" "short": "Cakebot-3", "full": "Cakebot-3 Bot"
}, },
# "icons": { "icons": {
# "outline": "outline.png", "outline": "outline_32x32.png",
# "color": "color.png" "color": "color_192x192.png"
# }, },
"accentColor": "#ffffff", "accentColor": "#ffffff",
"staticTabs": [ "staticTabs": [
{"entityId": "conversations", "scopes": ["personal"]}, {"entityId": "conversations", "scopes": ["personal"]},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment