forked from rogerjohansson/html5validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
26 lines (26 loc) · 1.14 KB
/
install.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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:install-manifest">
<em:id>[email protected]</em:id>
<em:name>HTML5 Validator Plus</em:name>
<em:version>3.0.1</em:version>
<em:type>2</em:type>
<em:creator>Per Ångström</em:creator>
<em:creator>Roger Johansson</em:creator>
<em:contributor>Valentin Agachi</em:contributor>
<em:description>Validates HTML documents with Validator.nu (online or local instance)</em:description>
<em:homepageURL>https://github.com/autarkper/Html5ValidatorPlus</em:homepageURL>
<em:optionsURL>chrome://html5validatorplus/content/options.xul</em:optionsURL>
<em:iconURL>chrome://html5validatorplus/skin/html5-32x32.png</em:iconURL>
<em:updateURL>http://www.autark.se/Html5ValidatorPlus</em:updateURL>
<em:updateKey>dummy</em:updateKey>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.6</em:minVersion>
<em:maxVersion>*.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>