Fixed directory structure, removed buildxpi.sh and added mkxpi
This commit is contained in:
parent
348b5cce6b
commit
4ca756a5eb
10 changed files with 58 additions and 0 deletions
32
chrome/content/leo_search/contents.rdf
Normal file
32
chrome/content/leo_search/contents.rdf
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
|
||||
|
||||
<RDF:Seq RDF:about="urn:mozilla:package:root">
|
||||
<RDF:li RDF:resource="urn:mozilla:package:leo_search"/>
|
||||
</RDF:Seq>
|
||||
|
||||
<RDF:Seq RDF:about="urn:mozilla:overlays">
|
||||
<RDF:li RDF:resource="chrome://browser/content/browser.xul"/>
|
||||
<RDF:li RDF:resource="chrome://navigator/content/navigator.xul"/>
|
||||
</RDF:Seq>
|
||||
|
||||
<RDF:Seq RDF:about="chrome://browser/content/browser.xul">
|
||||
<RDF:li>chrome://leo_search/content/leo_searchOverlay.xul</RDF:li>
|
||||
</RDF:Seq>
|
||||
|
||||
<RDF:Seq about="chrome://navigator/content/navigator.xul">
|
||||
<RDF:li>chrome://leo_search/content/leo_searchOverlay.xul</RDF:li>
|
||||
</RDF:Seq>
|
||||
|
||||
<RDF:Description RDF:about="urn:mozilla:package:leo_search"
|
||||
chrome:displayName="Leo Search"
|
||||
chrome:author="Johannes Findeisen"
|
||||
chrome:authorURL="http://hanez.org/"
|
||||
chrome:name="leo_search"
|
||||
chrome:extension="true"
|
||||
chrome:description="Searches for marked words in the Database at Leo.org and opens the result in a new tab.">
|
||||
</RDF:Description>
|
||||
|
||||
</RDF:RDF>
|
||||
Loading…
Add table
Add a link
Reference in a new issue