yohan
1088a8a5f3
Added "bookmark all open pages" feature : you need to use my SemanticScuttle fork for this.
18 lines
611 B
XML
18 lines
611 B
XML
<?xml version="1.0"?>
|
|
<RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
|
|
<Seq about="urn:mozilla:package:root">
|
|
<li resource="urn:mozilla:package:scuttle"/>
|
|
</Seq>
|
|
|
|
<Description about="urn:mozilla:package:scuttle"
|
|
chrome:extension="true"
|
|
chrome:name="scuttle"/>
|
|
|
|
<Seq about="urn:mozilla:overlays">
|
|
<li resource="chrome://browser/content/browser.xul"/>
|
|
</Seq>
|
|
|
|
<Seq about="chrome://browser/content/browser.xul">
|
|
<li>chrome://scuttle/content/scuttle.xul</li>
|
|
</Seq>
|
|
</RDF> |