Created
November 28, 2011 10:58
-
-
Save jblanche/1399985 to your computer and use it in GitHub Desktop.
install.rdf
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"> | |
<Description about="urn:mozilla:install-manifest"> | |
<em:id>[email protected]</em:id> | |
<em:type>2</em:type> | |
<em:name>Enjoy Reading</em:name> | |
<em:version>0.2.2</em:version> | |
<em:creator>Jonathan Blanchet</em:creator> | |
<em:contributor></em:contributor> | |
<em:iconURL>chrome://enjoyreading/skin/logo.png </em:iconURL> | |
<em:description>Improve the readability of your favorites websites and get the best online reading experience.</em:description> | |
<em:updateURL>https://enjoyreading-addon.com/code/update.rdf</em:updateURL> | |
<em:targetApplication> | |
<Description> | |
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox --> | |
<em:minVersion>4.0</em:minVersion> | |
<em:maxVersion>4.2a1pre</em:maxVersion> | |
</Description> | |
</em:targetApplication> | |
</Description> | |
</RDF> |
This file contains hidden or 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
<?xml version="1.0" encoding="utf-8"?><RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"> | |
<Description about="urn:mozilla:install-manifest"> | |
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> | |
<em:version>1.0</em:version> | |
<em:type>2</em:type> | |
<em:bootstrap>true</em:bootstrap> | |
<em:unpack>true</em:unpack> | |
<!-- Firefox --> | |
<em:targetApplication> | |
<Description> | |
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> | |
<em:minVersion>8.0</em:minVersion> | |
<em:maxVersion>11.0a1</em:maxVersion> | |
</Description> | |
</em:targetApplication> | |
<!-- Front End MetaData --> | |
<em:name>Enjoy Reading</em:name> | |
<em:description>Improve the readability of your favorites websites and get the best online reading experience.</em:description> | |
<em:creator>Jonathan Blanchet</em:creator> | |
<em:iconURL/> | |
<em:icon64URL/> | |
<em:optionsURL/> | |
</Description> | |
</RDF> |
This file contains hidden or 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
<?xml version="1.0" encoding="utf-8"?><RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"> | |
<Description about="urn:mozilla:install-manifest"> | |
<em:id>[email protected]</em:id> | |
<em:version>1.0</em:version> | |
<em:type>2</em:type> | |
<em:bootstrap>true</em:bootstrap> | |
<em:unpack>true</em:unpack> | |
<!-- Firefox --> | |
<em:targetApplication> | |
<Description> | |
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> | |
<em:minVersion>8.0</em:minVersion> | |
<em:maxVersion>11.0a1</em:maxVersion> | |
</Description> | |
</em:targetApplication> | |
<!-- Front End MetaData --> | |
<em:name>Enjoy Reading</em:name> | |
<em:description>Improve the readability of your favorites websites and get the best online reading experience.</em:description> | |
<em:creator>Jonathan Blanchet</em:creator> | |
<em:iconURL/> | |
<em:icon64URL/> | |
<em:optionsURL/> | |
</Description> | |
</RDF> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment