From d132690f04ac6c64be40c9205c1581ab8e70f8ca Mon Sep 17 00:00:00 2001 From: Greg Trevellick Date: Sat, 8 Feb 2020 12:01:12 +0000 Subject: [PATCH] Add clickable screenshots links to manifest Add existing screenshots to manifest such that they appear in right-hand side of marketplace as clickable links - example screenshot available here: https://imgur.com/fbcVuka --- extension/vss-extension.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/extension/vss-extension.json b/extension/vss-extension.json index 5dce6ac..3833211 100644 --- a/extension/vss-extension.json +++ b/extension/vss-extension.json @@ -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", @@ -290,4 +301,4 @@ "vso.build", "vso.release" ] -} \ No newline at end of file +}