Check in patch from Thinker Li to adapt SVG-edit into a Firefox extension
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@429 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
21
firefox-extension/install.rdf
Normal file
21
firefox-extension/install.rdf
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<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:extension:file:chrome"
|
||||
em:package="content" />
|
||||
<Description about="urn:mozilla:install-manifest">
|
||||
<!-- required properties -->
|
||||
<em:id>svg-edit@googlegroups.com</em:id>
|
||||
<em:version>2.2</em:version>
|
||||
<em:type>2</em:type>
|
||||
<em:targetApplication>
|
||||
<Description>
|
||||
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
||||
<em:minVersion>1.5</em:minVersion>
|
||||
<em:maxVersion>3.*</em:maxVersion>
|
||||
</Description>
|
||||
</em:targetApplication>
|
||||
<em:name>SVG-edit</em:name>
|
||||
</Description>
|
||||
</RDF>
|
||||
Reference in New Issue
Block a user