-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathre.sonny.Playhouse.metainfo.xml
53 lines (53 loc) · 1.85 KB
/
re.sonny.Playhouse.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
53
<?xml version="1.0" encoding="UTF-8" ?>
<component type="desktop">
<id>re.sonny.Playhouse</id>
<launchable type="desktop-id">re.sonny.Playhouse.desktop</launchable>
<name translatable="no">Playhouse</name>
<developer_name translatable="no">Sonny Piers</developer_name>
<update_contact>[email protected]</update_contact>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<summary>Playground for HTML/CSS/JavaScript</summary>
<translation type="gettext">re.sonny.Playhouse</translation>
<description>
<p>Playhouse make it easy to prototype, teach, design, learn and build Web things.</p>
<ul>
<li>HTML/CSS/JavaScript editors</li>
<li>auto-save</li>
<li>live Web preview</li>
<li>standard keyboard shortcuts</li>
<li>developer tools</li>
<li>dark/light mode support</li>
</ul>
</description>
<url type="homepage">https://playhouse.sonny.re</url>
<url type="bugtracker">https://playhouse.sonny.re/feedback</url>
<url type="donation">https://playhouse.sonny.re/donate</url>
<url type="translate">https://playhouse.sonny.re/translate</url>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/sonnyp/Playhouse/main/data/screenshot.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="1.1" date="2023-05-07">
<description>
<ul>
<li>Update WebKitGTK</li>
<li>Use GNOME platform 44</li>
</ul>
</description>
</release>
<release version="1.0" date="2022-10-02"/>
</releases>
<kudos>
<kudo>HiDpiIcon</kudo>
<kudo>HighContrast</kudo>
<kudo>ModernToolkit</kudo>
</kudos>
<custom>
<value key="Purism::form_factor">workstation</value>
<!-- <value key="Purism::form_factor">mobile</value> -->
</custom>
</component>