Skip to content

Commit 9b44688

Browse files
authored
Update manifest.json with new schema url and property name change
1 parent fd5681a commit 9b44688

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/OfficeDev/microsoft-teams-app-schema/preview/DevPreview/MicrosoftTeams.schema.json",
2+
"$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
33
"id": "f2b103f1-1ab1-4e1b-8f0b-072aa3d4e19d",
44
"manifestVersion": "devPreview",
55
"version": "1.0.0",
@@ -97,19 +97,19 @@
9797
"id": "msgReadGroup",
9898
"label": "Contoso Add-in",
9999
"icons": [
100-
{ "size": 16, "file": "https://localhost:3000/assets/icon-16.png" },
101-
{ "size": 32, "file": "https://localhost:3000/assets/icon-32.png" },
102-
{ "size": 80, "file": "https://localhost:3000/assets/icon-80.png" }
100+
{ "size": 16, "url": "https://localhost:3000/assets/icon-16.png" },
101+
{ "size": 32, "url": "https://localhost:3000/assets/icon-32.png" },
102+
{ "size": 80, "url": "https://localhost:3000/assets/icon-80.png" }
103103
],
104104
"controls": [
105105
{
106106
"id": "msgReadOpenPaneButton",
107107
"type": "button",
108108
"label": "Show Taskpane",
109109
"icons": [
110-
{ "size": 16, "file": "https://localhost:3000/assets/icon-16.png" },
111-
{ "size": 32, "file": "https://localhost:3000/assets/icon-32.png" },
112-
{ "size": 80, "file": "https://localhost:3000/assets/icon-80.png" }
110+
{ "size": 16, "url": "https://localhost:3000/assets/icon-16.png" },
111+
{ "size": 32, "url": "https://localhost:3000/assets/icon-32.png" },
112+
{ "size": 80, "url": "https://localhost:3000/assets/icon-80.png" }
113113
],
114114
"supertip": {
115115
"title": "Show Taskpane",
@@ -122,9 +122,9 @@
122122
"type": "button",
123123
"label": "Perform an action",
124124
"icons": [
125-
{ "size": 16, "file": "https://localhost:3000/assets/icon-16.png" },
126-
{ "size": 32, "file": "https://localhost:3000/assets/icon-32.png" },
127-
{ "size": 80, "file": "https://localhost:3000/assets/icon-80.png" }
125+
{ "size": 16, "url": "https://localhost:3000/assets/icon-16.png" },
126+
{ "size": 32, "url": "https://localhost:3000/assets/icon-32.png" },
127+
{ "size": 80, "url": "https://localhost:3000/assets/icon-80.png" }
128128
],
129129
"supertip": {
130130
"title": "Perform an action",
@@ -142,4 +142,4 @@
142142
}
143143
]
144144
}
145-
145+

0 commit comments

Comments
 (0)