-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathinstall.rdf
30 lines (28 loc) · 1.07 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
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<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>robotframeworkformatter@robotframework.com</em:id>
<em:name>Selenium RobotFramework Formatter</em:name>
<em:version>1.0.1</em:version>
<em:creator>Bach Van Ngoc</em:creator>
<em:description>A Selenium-IDE Formatter for Robot Framework</em:description>
<em:type>2</em:type>
<!-- Its a firefox plugin -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>37.0</em:maxVersion>
</Description>
</em:targetApplication>
<!-- This is an Se-IDE plugin, so we need to specify it as a requirement -->
<em:requires>
<Description>
<em:id>{a6fd85ed-e919-4a43-a5af-8da18bda539f}</em:id>
<em:minVersion>1.1.0</em:minVersion>
<em:maxVersion>2.*</em:maxVersion>
</Description>
</em:requires>
</Description>
</RDF>