-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.rdf
30 lines (24 loc) · 1.1 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"?>
<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>tsvnmenu@pumacode.org</em:id>
<em:name>TortoiseSVN Menu</em:name>
<em:version>0.2.5</em:version>
<em:description>Add TortoiseSVN commands to link context menus</em:description>
<em:creator>Copyright (C) 2005-2010 Toby Johnson. Released under GPL v2.</em:creator>
<!-- optional items -->
<em:homepageURL>https://github.com/irontoby/tsvnmenu</em:homepageURL>
<em:iconURL>chrome://tsvnmenu/skin/tsvnmenu-icon.png</em:iconURL>
<!--em:optionsURL>chrome://sampleext/content/settings.xul</em:optionsURL>
<em:aboutURL>chrome://sampleext/content/about.xul</em:aboutURL -->
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.4</em:minVersion>
<em:maxVersion>3.6.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>