Skip to content

Commit 6a4b957

Browse files
authored
Add screenshot and OARS (#68)
1 parent 0ad1364 commit 6a4b957

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
The camera app designed for elementary OS
66

7+
![Camera Screenshot](data/screenshot.png?raw=true)
8+
79
## Building, Testing, and Installation
810

911
You'll need the following dependencies:

data/io.elementary.camera.appdata.xml.in

+34
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,40 @@
1515
<provides>
1616
<binary>io.elementary.camera</binary>
1717
</provides>
18+
<screenshots>
19+
<screenshot type="default">
20+
<image>https://raw.githubusercontent.com/elementary/camera/master/data/screenshot.png</image>
21+
</screenshot>
22+
</screenshots>
23+
<content_rating type="oars-1.1">
24+
<content_attribute id="violence-cartoon">none</content_attribute>
25+
<content_attribute id="violence-fantasy">none</content_attribute>
26+
<content_attribute id="violence-realistic">none</content_attribute>
27+
<content_attribute id="violence-bloodshed">none</content_attribute>
28+
<content_attribute id="violence-sexual">none</content_attribute>
29+
<content_attribute id="violence-desecration">none</content_attribute>
30+
<content_attribute id="violence-slavery">none</content_attribute>
31+
<content_attribute id="violence-worship">none</content_attribute>
32+
<content_attribute id="drugs-alcohol">none</content_attribute>
33+
<content_attribute id="drugs-narcotics">none</content_attribute>
34+
<content_attribute id="drugs-tobacco">none</content_attribute>
35+
<content_attribute id="sex-nudity">none</content_attribute>
36+
<content_attribute id="sex-themes">none</content_attribute>
37+
<content_attribute id="sex-homosexuality">none</content_attribute>
38+
<content_attribute id="sex-prostitution">none</content_attribute>
39+
<content_attribute id="sex-adultery">none</content_attribute>
40+
<content_attribute id="sex-appearance">none</content_attribute>
41+
<content_attribute id="language-profanity">none</content_attribute>
42+
<content_attribute id="language-humor">none</content_attribute>
43+
<content_attribute id="language-discrimination">none</content_attribute>
44+
<content_attribute id="social-chat">none</content_attribute>
45+
<content_attribute id="social-info">none</content_attribute>
46+
<content_attribute id="social-audio">none</content_attribute>
47+
<content_attribute id="social-location">none</content_attribute>
48+
<content_attribute id="social-contacts">none</content_attribute>
49+
<content_attribute id="money-purchasing">none</content_attribute>
50+
<content_attribute id="money-gambling">none</content_attribute>
51+
</content_rating>
1852
<developer_name>elementary LLC.</developer_name>
1953
<url type="homepage">http://elementary.io/</url>
2054
<url type="bugtracker">https://github.com/elementary/camera/issues</url>

data/screenshot.png

4.82 MB
Loading

0 commit comments

Comments
 (0)