|
Lines 1-5
Link Here
|
| 1 |
{ |
1 |
{ |
| 2 |
"policies": { |
2 |
"policies": { |
| 3 |
"ShowHomeButton": true |
3 |
"SearchEngines": { |
| 4 |
} |
4 |
"Add": [ |
|
|
5 |
{ |
| 6 |
"Name": "Яндекс (ru)", |
| 7 |
"URLTemplate": "https://yandex.ru/search/?text={searchTerms}", |
| 8 |
"Method": "GET", |
| 9 |
"IconURL": "https://yandex.ru/favicon.ico", |
| 10 |
"Alias": "ya", |
| 11 |
"SuggestURLTemplate": "https://suggest.yandex.ru/suggest-ff.cgi?part={searchTerms}" |
| 12 |
} |
| 13 |
], |
| 14 |
"Default": "Яндекс (ru)" |
| 15 |
}, |
| 16 |
"ShowHomeButton": true, |
| 17 |
"RequestedLocales": "", |
| 18 |
"ExtensionUpdate": true, |
| 19 |
"DisableTelemetry": true, |
| 20 |
"DisableFirefoxStudies": true, |
| 21 |
"EnableTrackingProtection": { |
| 22 |
"Value": true, |
| 23 |
"Locked": false, |
| 24 |
"Cryptomining": true, |
| 25 |
"Fingerprinting": true, |
| 26 |
"Exceptions": [] |
| 27 |
} |
| 28 |
} |
| 5 |
} |
29 |
} |
| 6 |
- |
|
|