root/trunk/uploadr/extensions/helloworld/install.rdf

Revision 297, 1.1 kB (checked in by rcrowley, 5 months ago)

Adding the helloworld extension to the repository. The hooks are done, the "docs" are done and life is good.

  • Property svn:executable set to *
Line 
1 <?xml version="1.0"?>
2 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
4         <Description about="urn:mozilla:install-manifest">
5                 <em:id>helloworld@flickr.com</em:id>
6                 <em:name>Hello World (Flickr Uploadr edition)</em:name>
7                 <em:version>1.0</em:version>
8                 <em:description>Classic first extension from MozillaZine KB</em:description>
9                 <em:creator>Richard Crowley</em:creator>
10                 <em:contributor>Nickolay Ponomarev</em:contributor>
11                 <em:homepageURL>http://code.flickr.com/</em:homepageURL>
12                 <!--
13                 <em:optionsURL>chrome://sampleext/content/settings.xul</em:optionsURL>
14                 <em:aboutURL>chrome://sampleext/content/about.xul</em:aboutURL>
15                 <em:iconURL>chrome://sampleext/skin/mainicon.png</em:iconURL>
16                 <em:updateURL>http://sampleextension.mozdev.org/update.rdf</em:updateURL>
17                 -->
18                 <em:targetApplication>
19                         <Description>
20                                 <em:id>uploadr@flickr.com</em:id>
21                                 <em:minVersion>3.1a4</em:minVersion>
22                                 <em:maxVersion>4.0</em:maxVersion>
23                         </Description>
24                 </em:targetApplication>
25         </Description>
26 </RDF>
Note: See TracBrowser for help on using the browser.