-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.rdf
23 lines (22 loc) · 906 Bytes
/
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
<?xml version="1.0" encoding="utf-8"?>
<r:RDF xmlns="http://www.mozilla.org/2004/em-rdf#"
xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<r:Description about="urn:mozilla:install-manifest">
<creator>Girish Sharma</creator>
<description>Autocompletes the word being typed in the Location Bar using User History as well as Google Suggest.</description>
<homepageURL>https://addons.mozilla.org/en-US/firefox/addon/auto-complete/</homepageURL>
<id>AutoComplete@girishsharma</id>
<name>Auto Complete</name>
<version>3.3</version>
<bootstrap>true</bootstrap>
<type>2</type>
<optionsType>2</optionsType>
<targetApplication>
<r:Description>
<id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</id>
<minVersion>4.0</minVersion>
<maxVersion>18.0a1</maxVersion>
</r:Description>
</targetApplication>
</r:Description>
</r:RDF>