Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

Add clickable screenshots links to manifest #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 12 additions & 1 deletion extension/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@
"version": "[15.3,)"
}
],
"screenshots": [
{
"path": "static/screenshots/builddetails.png"
},
{
"path": "static/screenshots/buildoverview.png"
},
{
"path": "static/screenshots/releasedetails.png"
}
],
"contributions": [
{
"id": "TPHealth-OverviewWidget",
Expand Down Expand Up @@ -290,4 +301,4 @@
"vso.build",
"vso.release"
]
}
}