diff --git a/metadata/app.json b/metadata/app.json index 544ad06..b2c2f31 100644 --- a/metadata/app.json +++ b/metadata/app.json @@ -3,7 +3,12 @@ "i18n": { "en-US": { "label": "Parking Lot", - "description": "View and retrieve parked calls." + "description": "View and retrieve parked calls.", + "features": [ + "View Parked Calls", + "Retrieve Parked Calls", + "Call Device Which Parked a Call" + ] } }, "tags": [ @@ -15,6 +20,9 @@ "version": "1.0", "license": "-", "price": 0, + "screenshots": [ + "Parkinglot.png" + ], "urls": { "documentation": "{documentation_url}", "howto": "{howto_video_url}" diff --git a/metadata/screenshots/Parkinglot.png b/metadata/screenshots/Parkinglot.png new file mode 100644 index 0000000..cebe7e4 Binary files /dev/null and b/metadata/screenshots/Parkinglot.png differ