blob: d62ffc8d8b13165a830893ff7adea99b8c2f8102 (
plain)
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
|
{
"name": "Allaannonser",
"description": "Allaannonser",
"manifest_version": 2,
"version": "1.2",
"applications": {
"gecko": {
"id": "allaannonser-sv-SE@search.mozilla.org"
}
},
"hidden": true,
"icons": {
"16": "favicon.ico"
},
"web_accessible_resources": [
"favicon.ico"
],
"chrome_settings_overrides": {
"search_provider": {
"name": "Allaannonser",
"encoding": "ISO-8859-1",
"search_url": "https://www.allaannonser.se/hitlist.php",
"search_form": "https://www.allaannonser.se",
"search_url_get_params": "sourceid=Mozilla-search&keyword={searchTerms}&order=date&desc=1"
}
}
}
|