forked from dhobern/udm14
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
22 lines (22 loc) · 721 Bytes
/
manifest.json
File metadata and controls
22 lines (22 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"manifest_version": 3,
"name": "Google search engine with udm=14 preset",
"description": "Adds a Google search engine that includes the udm=14 parameter",
"version": "1.1",
"browser_specific_settings": {
"gecko": {
"id": "dhobern@gmail.com",
"strict_min_version": "106.0"
}
},
"chrome_settings_overrides": {
"search_provider": {
"name": "udm14",
"search_url": "https://www.google.com/search?q={searchTerms}&udm=14",
"suggest_url": "https://www.google.com/complete/search?client=firefox&q=%s",
"keyword": "udm14",
"is_default": true,
"encoding": "UTF-8"
}
}
}