2012-08-25 13:59:16 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<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">
|
|
|
|
|
2012-08-25 16:33:17 +00:00
|
|
|
<em:id>tiddlyfox@tiddlywiki.org</em:id>
|
|
|
|
<em:name>TiddlyFox extension for Firefox</em:name>
|
2012-08-27 21:03:09 +00:00
|
|
|
<em:version>1.0alpha</em:version>
|
2012-08-25 16:33:17 +00:00
|
|
|
<em:description>A Firefox extension to enable TiddlyWiki to save changes directly to the file system</em:description>
|
|
|
|
<em:creator>Jeremy Ruston</em:creator>
|
2012-08-25 18:29:55 +00:00
|
|
|
<em:homepageURL>https://five.tiddlywiki.com/tiddlyfox</em:homepageURL>
|
|
|
|
<em:iconURL>chrome://tiddlyfox/content/tiddlyfox_32x32.png</em:iconURL>
|
2012-08-25 16:33:17 +00:00
|
|
|
<!--em:optionsURL>chrome://tiddlyfox/content/settings.xul</em:optionsURL>
|
|
|
|
<em:aboutURL>chrome://tiddlyfox/content/about.xul</em:aboutURL>
|
2012-08-25 18:29:55 +00:00
|
|
|
<em:updateURL>http://five.tiddlywiki.com/tiddlyfox/update.rdf</em:updateURL-->
|
2012-08-25 13:59:16 +00:00
|
|
|
|
|
|
|
<!-- Firefox -->
|
|
|
|
<em:targetApplication>
|
|
|
|
<Description>
|
|
|
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
2012-08-25 16:33:17 +00:00
|
|
|
<em:minVersion>3.5</em:minVersion>
|
2012-08-25 13:59:16 +00:00
|
|
|
<em:maxVersion>4.0.*</em:maxVersion>
|
|
|
|
</Description>
|
|
|
|
</em:targetApplication>
|
|
|
|
|
|
|
|
</Description>
|
|
|
|
|
|
|
|
</RDF>
|