-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpick-colour-picker.appdata.xml
44 lines (44 loc) · 2.06 KB
/
pick-colour-picker.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2022 Stuart Langridge -->
<component type="desktop-application">
<id>pick-colour-picker.desktop</id>
<launchable type="desktop-id">pick-colour-picker.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<name>Pick</name>
<summary>A colour picker</summary>
<description>
<p>Pick lets you pick colours from anywhere on your screen. Choose the
colour you want and Pick remembers it, names it, and shows you a
screenshot so you can remember where you got it from.</p>
<p>Zoom all the way in to pixels to pick just the right one. Show your colours in
your choice of format: rgba() or hex, CSS or Gdk or Qt or Android, whichever you
prefer. Copy to the clipboard ready for pasting into code or graphics apps.</p>
</description>
<provides>
<binary>pick-colour-picker</binary>
</provides>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/stuartlangridge/ColourPicker/app/pick-screenshot-16x9.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://kryogenix.org/code/pick/</url>
<update_contact>sil at kryogenix.org</update_contact>
<content_rating type="oars-1.1">
<content_attribute id="drugs-alcohol">mild</content_attribute>
<content_attribute id="drugs-narcotics">mild</content_attribute>
<content_attribute id="language-profanity">moderate</content_attribute>
<content_attribute id="language-humor">moderate</content_attribute>
</content_rating>
<developer_name>Stuart Langridge</developer_name>
<url type="bugtracker">https://github.com/stuartlangridge/ColourPicker/issues</url>
<url type="donation">https://paypal.me/stuartlangridge</url>
<releases>
<release date="2022-05-08" version="1.60.178" />
<release date="2022-05-08" version="1.60.177" />
<release date="2022-05-08" version="1.60.176" />
<release date="2022-05-07" version="1.60.175" />
<release date="2022-05-07" version="1.60.174" />
</releases>
</component>