|
1 | 1 | { |
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", |
3 | 3 | "id": "f2b103f1-1ab1-4e1b-8f0b-072aa3d4e19d", |
4 | 4 | "manifestVersion": "devPreview", |
5 | 5 | "version": "1.0.0", |
|
97 | 97 | "id": "msgReadGroup", |
98 | 98 | "label": "Contoso Add-in", |
99 | 99 | "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" } |
103 | 103 | ], |
104 | 104 | "controls": [ |
105 | 105 | { |
106 | 106 | "id": "msgReadOpenPaneButton", |
107 | 107 | "type": "button", |
108 | 108 | "label": "Show Taskpane", |
109 | 109 | "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" } |
113 | 113 | ], |
114 | 114 | "supertip": { |
115 | 115 | "title": "Show Taskpane", |
|
122 | 122 | "type": "button", |
123 | 123 | "label": "Perform an action", |
124 | 124 | "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" } |
128 | 128 | ], |
129 | 129 | "supertip": { |
130 | 130 | "title": "Perform an action", |
|
0 commit comments