Skip to content

Commit 65594e5

Browse files
committed
updated appdata.xml
1 parent 55af23f commit 65594e5

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed
Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,31 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Copyright 2018 Peter Uithoven <[email protected]> -->
33
<component type="desktop">
4-
<id>com.github.yourusername.yourrepositoryname.desktop</id>
4+
<id>com.github.peteruithoven.resizer.desktop</id>
55
<metadata_license>CC0</metadata_license>
6+
<project_license>GPL-2.0+</project_license>
67
<name>Resizer</name>
7-
<summary>Image resizer</summary>
8+
<summary>Quickly resize images from the context menu.</summary>
89
<description>
9-
<p>Adds a resize option your context menu</p>
10+
<p>Simply right click on your image file(s), and select "Resize image" from the context menu.</p>
11+
<p>Change the sizes using the up and down keys on your keyboard and press enter to resize.</p>
12+
<p>Settings are stored for next time.</p>
1013
</description>
14+
<screenshots>
15+
<screenshot type="default">
16+
<image>https://raw.githubusercontent.com/peteruithoven/resizer/master/screenshot.png</image>
17+
</screenshot>
18+
<screenshot>
19+
<image>https://raw.githubusercontent.com/peteruithoven/resizer/master/screenshot2.png</image>
20+
</screenshot>
21+
</screenshots>
22+
<developer_name>Peter Uithoven</developer_name>
23+
<url type="homepage">https://github.com/peteruithoven/resizer</url>
24+
<url type="bugtracker">https://github.com/peteruithoven/resizer/issues</url>
25+
<url type="help">https://github.com/peteruithoven/resizer/issues</url>
26+
<update_contact>[email protected]</update_contact>
27+
<custom>
28+
<value key="x-appcenter-color-primary">#60caee</value>
29+
<value key="x-appcenter-color-primary-text">#ffffff</value>
30+
</custom>
1131
</component>

0 commit comments

Comments
 (0)