forked from NickvisionApps/Parabolic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.nickvision.tubeconverter.metainfo.xml
53 lines (52 loc) · 1.98 KB
/
org.nickvision.tubeconverter.metainfo.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
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.nickvision.tubeconverter</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Tube Converter</name>
<summary>An easy-to-use YouTube video downloader</summary>
<description>
<p>
An easy-to-use YouTube video downloader
</p>
<p xml:lang="hr">
Jednostavna aplikacija za preuzimanje YouTube videa
</p>
</description>
<launchable type="desktop-id">org.nickvision.tubeconverter.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>MainWindow</caption>
<image>https://user-images.githubusercontent.com/17648453/194887430-b934194b-ad9f-4b42-a3e1-ef3b6a17aab4.png</image>
</screenshot>
<screenshot>
<caption>AddDownload</caption>
<image>https://user-images.githubusercontent.com/17648453/196213073-a321c459-96b3-4f11-a5e9-7352c4d7b6c4.png</image>
</screenshot>
<screenshot>
<caption>Downloading</caption>
<image>https://user-images.githubusercontent.com/17648453/196213082-e9b2bb79-a276-425f-9d3c-f93a8203e703.png</image>
</screenshot>
<screenshot>
<caption>DarkMode</caption>
<image>https://user-images.githubusercontent.com/17648453/196213105-fe26ca19-cf68-40c3-87aa-e7d71a86c4ba.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/nlogozzo/NickvisionTubeConverter</url>
<project_group>Nickvision</project_group>
<provides>
<binary>nickvision-tube-converter</binary>
<binary>org.nickvision.tubeconverter</binary>
</provides>
<releases>
<release version="2023.2.0" date="2023-02-03">
<description>
<p>- Added Ctrl+Q shortcut to quit the app</p>
<p>- Added Turkish translation (Thanks @libreajans!)</p>
<p>- Updated translations</p>
<p>- Updated dependencies</p>
</description>
</release>
</releases>
<content_rating type="oars-1.1" />
</component>