mirror of https://github.com/roytam1/kmeleon.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
637 B
18 lines
637 B
<?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#"> |
|
|
|
<!-- list all the packages being supplied by this jar --> |
|
<RDF:Seq about="urn:mozilla:package:root"> |
|
<RDF:li resource="urn:mozilla:package:flashblock"/> |
|
</RDF:Seq> |
|
|
|
<!-- package information --> |
|
<RDF:Description about="urn:mozilla:package:flashblock" |
|
chrome:displayName="Flashblock" |
|
chrome:author="The Flashblock team" |
|
chrome:authorURL="http://flashblock.mozdev.org/" |
|
chrome:name="flashblock" |
|
chrome:extension="true"> |
|
</RDF:Description> |
|
</RDF:RDF>
|
|
|