vsts-extension-samples/calendar-public-events/vss-extension.json

54 строки
1.4 KiB
JSON

{
"manifestVersion": 1,
"id": "samples-calendar-public-events",
"version": "0.1.5",
"name": "Team Calendar US Public Events",
"description": "See public United States events and holidays on the Team Calendar extension for Visual Studio Team Services.",
"publisher": "fabrikam",
"public": false,
"icons": {
"default": "images/fabrikam-logo.png"
},
"categories": [
"Developer samples"
],
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"files": [
{
"path": "images",
"addressable": true
},
{
"path": "dist",
"addressable": true,
"packagePath": "scripts"
},
{
"path": "main.html",
"addressable": true
},
{
"path": "node_modules/vss-web-extension-sdk/lib",
"addressable": true,
"packagePath": "lib"
}
],
"contributions": [
{
"id": "public-events-source",
"type": "ms-devlabs.team-calendar.calendar-event-source",
"description": "Team Calendar event source for public U.S. events and holidays.",
"targets": [
"ms-devlabs.team-calendar.calendar-event-sources"
],
"properties": {
"uri": "main.html"
}
}
]
}