blob: 55b5f058a0e56908e01914d0128519659cd231e6 (
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
|
{
"name": "Ordbok",
"description": "Norske ordbøker",
"manifest_version": 2,
"version": "1.1",
"browser_specific_settings": {
"gecko": {
"id": "bok-NO@search.mozilla.org"
}
},
"hidden": true,
"icons": {
"16": "favicon.png"
},
"web_accessible_resources": ["favicon.png"],
"chrome_settings_overrides": {
"search_provider": {
"name": "Ordbok",
"search_url": "https://ordbok.uib.no/perl/ordbok.cgi",
"search_form": "https://ordbok.uib.no/",
"search_url_get_params": "OPP={searchTerms}&sourceid=Mozilla-search"
}
}
}
|