home *** CD-ROM | disk | FTP | other *** search
- <!--
- - Extension Contents Descriptor
- -
- - Copyright (C) 2004 CoreStreet, Ltd.
- -
- - Author: Mark Ayzenshtat
- -->
-
- <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
-
- <!-- packages being supplied -->
- <RDF:Seq about="urn:mozilla:package:root">
- <RDF:li resource="urn:mozilla:package:spoofstick"/>
- </RDF:Seq>
-
- <!-- package info -->
- <RDF:Description about="urn:mozilla:package:spoofstick"
- chrome:displayName="SpoofStick for Mozilla Firefox, v. 1.02"
- chrome:author="CoreStreet"
- chrome:name="spoofstick"
- chrome:authorURL="http://www.corestreet.com/spoofstick/"
- chrome:extension="true"
- chrome:description="A simple way to detect spoofed websites."
- chrome:settingsURL="chrome://spoofstick/content/options.xul">
- </RDF:Description>
-
- <!-- overlay info -->
- <RDF:Seq about="urn:mozilla:overlays">
- <!-- mozilla -->
- <RDF:li resource="chrome://communicator/content/tasksOverlay.xul" />
-
- <!-- firefox -->
- <RDF:li resource="chrome://browser/content/browser.xul"/>
- </RDF:Seq>
-
- <RDF:Seq about="chrome://communicator/content/tasksOverlay.xul">
- <RDF:li>chrome://spoofstick/content/spoofstick.xul</RDF:li>
- </RDF:Seq>
-
- <RDF:Seq about="chrome://browser/content/browser.xul">
- <RDF:li>chrome://spoofstick/content/spoofstick.xul</RDF:li>
- </RDF:Seq>
- </RDF:RDF>
-