diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..8a10eb6 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,3 @@ +[0.1.0] +* Initial version + diff --git a/CloudronManifest.json b/CloudronManifest.json index 1f02062..f8f3f7d 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -18,5 +18,10 @@ "changelog": "file://CHANGELOG", "documentationUrl": "https://docs.cloudron.io/apps/prometheus/", "minBoxVersion": "5.5.0", - "forumUrl": "https://forum.cloudron.io/category/112/prometheus" + "forumUrl": "https://forum.cloudron.io/category/112/prometheus", + "mediaLinks": [ + "https://screenshots.cloudron.io/io.prometheus.cloudronapp/1.png", + "https://screenshots.cloudron.io/io.prometheus.cloudronapp/2.png", + "https://screenshots.cloudron.io/io.prometheus.cloudronapp/3.png" + ] } diff --git a/screenshots/1.png b/screenshots/1.png new file mode 100644 index 0000000..8d4649d Binary files /dev/null and b/screenshots/1.png differ diff --git a/screenshots/2.png b/screenshots/2.png new file mode 100644 index 0000000..6447942 Binary files /dev/null and b/screenshots/2.png differ diff --git a/screenshots/3.png b/screenshots/3.png new file mode 100644 index 0000000..affa77d Binary files /dev/null and b/screenshots/3.png differ