-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcom.github.mohelm97.screenrecorder.appdata.xml.in
78 lines (74 loc) · 3.63 KB
/
com.github.mohelm97.screenrecorder.appdata.xml.in
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018 Mohammed ALMadhoun <[email protected]> -->
<component type="desktop">
<id>com.github.mohelm97.screenrecorder</id>
<metadata_license>CC0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>Screen Recorder</name>
<summary>A simple screen recording app for daily use.</summary>
<description>
<p>A screen recording app using FFmpeg, with a small set of useful features! </p>
<p>Features include:</p>
<ul>
<li>gif recording</li>
<li>Recording sound from speakers</li>
<li>Recording sound from microphone</li>
<li>Available format: MP4, MOV and GIF</li>
</ul>
</description>
<releases>
<release version="0.2" date="2019-03-13" urgency="medium">
<description>
<p>Add scaling option</p>
<p>Minor bug fixes</p>
<p>New translations</p>
</description>
</release>
<release version="0.1" date="2018-12-17" />
</releases>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/mohelm97/screenrecorder/master/data/screenshot_1.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/mohelm97/screenrecorder/master/data/screenshot_2.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="violence-desecration">none</content_attribute>
<content_attribute id="violence-slavery">none</content_attribute>
<content_attribute id="violence-worship">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="sex-homosexuality">none</content_attribute>
<content_attribute id="sex-prostitution">none</content_attribute>
<content_attribute id="sex-adultery">none</content_attribute>
<content_attribute id="sex-appearance">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">mild</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<developer_name>Mohammed ALMadhoun</developer_name>
<url type="homepage">https://github.com/mohelm97/screenrecorder</url>
<url type="bugtracker">https://github.com/mohelm97/screenrecorder/issues</url>
<url type="help">https://github.com/mohelm97/screenrecorder/issues</url>
<custom>
<value key="x-appcenter-color-primary">#c6262e</value>
<value key="x-appcenter-color-primary-text">rgb(255, 255, 255)</value>
</custom>
</component>