summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-12-08 14:42:05 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-12-08 14:42:05 +0100
commitea5b4f077f8c859eff29900651183418ebb86fdc (patch)
tree4e343656cde3177aa1e4402fa484dc2b51129b44
parent358b79833a58cbc4f179f955e3071e644f917f32 (diff)
Add small thumbnails
-rw-r--r--appinfo/info.xml4
-rw-r--r--screenshots/1-small.pngbin0 -> 49756 bytes
-rw-r--r--screenshots/2-small.pngbin0 -> 76205 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 31f692fa0..d7d8771f3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -22,8 +22,8 @@ Before you update to a new version, [check the changelog](https://github.com/nex
<website>https://github.com/nextcloud/news</website>
<bugs>https://github.com/nextcloud/news/issues</bugs>
<repository type="git">https://github.com/nextcloud/news.git</repository>
- <screenshot>https://raw.githubusercontent.com/nextcloud/news/master/screenshots/1.png</screenshot>
- <screenshot>https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2.png</screenshot>
+ <screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/1-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/1.png</screenshot>
+ <screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2.png</screenshot>
<dependencies>
<php min-version="5.6"/>
<database min-version="9.4">pgsql</database>
diff --git a/screenshots/1-small.png b/screenshots/1-small.png
new file mode 100644
index 000000000..40172b2ac
--- /dev/null
+++ b/screenshots/1-small.png
Binary files differ
diff --git a/screenshots/2-small.png b/screenshots/2-small.png
new file mode 100644
index 000000000..1ec99418a
--- /dev/null
+++ b/screenshots/2-small.png
Binary files differ