File: install.rdf

package info (click to toggle)
custom-tab-width 1.0.1-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 100 kB
  • ctags: 3
  • sloc: makefile: 9
file content (21 lines) | stat: -rw-r--r-- 891 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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:install-manifest">
		<em:id>tab-width@design-noir.de</em:id>
		<em:name>Custom Tab Width</em:name>
		<em:version>1.0.1</em:version>
		<em:creator>D&#227;o Gottwald</em:creator>
		<em:description>Lets you customize the minimum and maximum tab width.</em:description>
		<em:homepageURL>http://en.design-noir.de/mozilla/tab-width/</em:homepageURL>
		<em:optionsURL>chrome://tab-width/content/options.xul</em:optionsURL>
		<em:iconURL>chrome://tab-width/content/icon.png</em:iconURL>
		<em:targetApplication>
			<Description>
				<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
				<em:minVersion>4.0b3</em:minVersion>
				<em:maxVersion>4.0.*</em:maxVersion>
			</Description>
		</em:targetApplication>
	</Description>
</RDF>