-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.cuperino.clipboardinspector.appdata.xml
39 lines (39 loc) · 1.51 KB
/
com.cuperino.clipboardinspector.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
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-License-Identifier: FSFAP
SPDX-FileCopyrightText: 2022 Javier O. Cordero Pérez <[email protected]>
-->
<component type="desktop-application">
<id>com.cuperino.clipboardinspector</id>
<name>Clipboard Inspector</name>
<summary>Decodes clipboard data for visual inspection</summary>
<url type="homepage">https://github.com/Cuperino/ClipboardInspector</url>
<url type="translate">https://l10n.cuperino.com</url>
<url type="bugtracker">https://github.com/Cuperino/ClipboardInspector/issues</url>
<metadata_license>CC-BY-4.0</metadata_license>
<project_license>GPL-2.0-or-later</project_license>
<update_contact>[email protected]</update_contact>
<developer_name>Javier O. Cordero Pérez</developer_name>
<description>
<p>Native clipboard inspection app for efficient developers. Paste content from your clipboard to inspect its metadata. Runs on Windows, macOS, Linux, mobile Linux, and Android.</p>
</description>
<!-- <requires>
<display_length compare="gte">160</display_length>
</requires>
<recommends>
<display_length compare="gte">xsmall</display_length>
<display_length compare="lte">xlarge</display_length>
</recommends>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</supports>
--> <!-- <content_rating type="oars-1.0" /> -->
<!-- <kudos>
<kudo>HiDpiIcon</kudo>
<kudo>HighContrast</kudo>
<kudo>ModernToolkit</kudo>
</kudos>
-->
</component>