Skip to content

Commit

Permalink
Version bump, add update xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lootyhoof committed Mar 21, 2022
1 parent d6a1282 commit 30d037f
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 3 deletions.
19 changes: 16 additions & 3 deletions src/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,36 @@

<Description about="urn:mozilla:install-manifest">
<em:id>{81c983b9-ebe4-4b2e-b98e-98e62085837f}</em:id>
<em:version>3.5.1</em:version>
<em:version>3.6.0</em:version>
<em:name>White Moon</em:name>
<em:description>Paint your Pale Moon white. Make it look simpler, nicer. Fork of "Simple White" by Louis Chan.</em:description>
<em:creator>Lootyhoof</em:creator>
<em:type>4</em:type>
<em:internalName>whitemoon</em:internalName>
<em:skinnable>true</em:skinnable>
<em:updateURL>https://raw.githubusercontent.com/Lootyhoof/whitemoon/master/update.xml</em:updateURL>

<em:contributor>Louis Chan</em:contributor>
<em:contributor>Graciliano</em:contributor>

<em:targetApplication>
<!-- Pale Moon -->
<Description>
<!-- Pale Moon -->
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>28.6.0</em:minVersion>
<em:maxVersion>29.*</em:maxVersion>
<em:maxVersion>30.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<!-- Applications using Firefox GUID -->
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<!--
Pale Moon 30 and above will stop using its own GUID to
"further improve extension compatibility"
-->
<em:minVersion>30.0.0a1</em:minVersion>
<em:maxVersion>30.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
Expand Down
30 changes: 30 additions & 0 deletions update.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<RDF:Description about="urn:mozilla:extension:{81c983b9-ebe4-4b2e-b98e-98e62085837f}">
<em:updates>
<RDF:Seq>
<RDF:li>
<RDF:Description>
<em:version>3.6.0</em:version>
<em:targetApplication>
<RDF:Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>28.6.0</em:minVersion>
<em:maxVersion>30.*</em:maxVersion>
<em:updateLink>https://github.com/Lootyhoof/whitemoon/releases/download/v3.6.0/whitemoon-3.6.0-pm.xpi</em:updateLink>
</RDF:Description>
</em:targetApplication>
<em:targetApplication>
<RDF:Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>30.0.0a1</em:minVersion>
<em:maxVersion>30.*</em:maxVersion>
<em:updateLink>https://github.com/Lootyhoof/whitemoon/releases/download/v3.6.0/whitemoon-3.6.0-pm.xpi</em:updateLink>
</RDF:Description>
</em:targetApplication>
</RDF:Description>
</RDF:li>
</RDF:Seq>
</em:updates>
</RDF:Description>
</RDF:RDF>

0 comments on commit 30d037f

Please sign in to comment.