-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0df002a
commit 2a787e5
Showing
1 changed file
with
59 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,63 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright 2017 Daniel Foré <[email protected]> --> | ||
<component type="desktop-application"> | ||
<id>com.github.danrabbit.nimbus.desktop</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-3.0+</project_license> | ||
<name>Nimbus</name> | ||
<summary>See outside without going there</summary> | ||
<description> | ||
<p>See the current temperature and weather conditions for your location with this minimal color-changing applet.</p> | ||
<ul> | ||
<li>Click anywhere to fetch the latest weather</li> | ||
<li>Stays out of your way by always sticking to the desktop</li> | ||
<li>Move the window by dragging any part of it</li> | ||
<li>Quit with the handy shortcut Ctrl + Q</li> | ||
<li>Respects your system settings for temperature units</li> | ||
</ul> | ||
</description> | ||
<provides> | ||
<binary>com.github.danrabbit.nimbus</binary> | ||
</provides> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/danrabbit/nimbus/master/data/screenshot.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<developer_name>Daniel Foré</developer_name> | ||
<url type="homepage">http://danielfore.com</url> | ||
<url type="bugtracker">https://github.com/danrabbit/nimbus/issues</url> | ||
<custom> | ||
<value key="x-appcenter-color-primary">#e9f4fc</value> | ||
<value key="x-appcenter-color-primary-text">#044b6c</value> | ||
</custom> | ||
<id>com.github.danrabbit.nimbus.desktop</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-3.0+</project_license> | ||
<name>Nimbus</name> | ||
<summary>See outside without going there</summary> | ||
<description> | ||
<p>See the current temperature and weather conditions for your location with this minimal color-changing applet.</p> | ||
<ul> | ||
<li>Click anywhere to fetch the latest weather</li> | ||
<li>Stays out of your way by always sticking to the desktop</li> | ||
<li>Move the window by dragging any part of it</li> | ||
<li>Quit with the handy shortcut Ctrl + Q</li> | ||
<li>Respects your system settings for temperature units</li> | ||
</ul> | ||
</description> | ||
<provides> | ||
<binary>com.github.danrabbit.nimbus</binary> | ||
</provides> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/danrabbit/nimbus/master/data/screenshot.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">none</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>Daniel Foré</developer_name> | ||
<url type="homepage">http://danielfore.com</url> | ||
<url type="bugtracker">https://github.com/danrabbit/nimbus/issues</url> | ||
<custom> | ||
<value key="x-appcenter-color-primary">#e9f4fc</value> | ||
<value key="x-appcenter-color-primary-text">#044b6c</value> | ||
</custom> | ||
</component> |