home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <!--
- XPI Manifest File for >= Firefox 0.9
- See: http://www.bengoodger.com/software/mb/extensions/packaging/extensions.html
- -->
-
- <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>{ebcf8b39-5cb1-4233-9edf-7d6533455b8d}</em:id>
- <em:name>SpoofStick</em:name>
- <em:version>1.02</em:version>
- <em:description>A simple way to detect spoofed websites.</em:description>
- <em:creator>Mark Ayzenshtat and Phil Libin</em:creator>
- <em:homepageURL>http://www.corestreet.com/spoofstick/</em:homepageURL>
- <em:iconURL>chrome://spoofstick/content/ss_32.png</em:iconURL>
- <em:optionsURL>chrome://spoofstick/content/options.xul</em:optionsURL>
- <em:aboutURL>chrome://spoofstick/content/about.xul</em:aboutURL>
- <em:updateURL>http://www.corestreet.com/demos/spoofstick-update.rdf</em:updateURL>
-
- <em:file>
- <Description about="urn:mozilla:extension:file:spoofstick.jar">
- <em:package>content/</em:package>
- </Description>
- </em:file>
-
- <em:targetApplication>
- <Description>
- <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
- <em:minVersion>0.8</em:minVersion>
- <em:maxVersion>0.9</em:maxVersion>
- </Description>
- </em:targetApplication>
-
- </Description>
- </RDF>