mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:22:03 -08:00
Fix JSON format failures when packaging
This commit is contained in:
parent
bd12f3c46e
commit
717aa9db36
1 changed files with 4 additions and 2 deletions
|
|
@ -11,10 +11,12 @@
|
|||
"hidden": true,
|
||||
"chrome_settings_overrides": {
|
||||
"search_provider": {
|
||||
"keyword": ["@none"],
|
||||
"keyword": [
|
||||
"@none"
|
||||
],
|
||||
"name": "None",
|
||||
"search_url": "http://127.0.0.1",
|
||||
"search_url_get_params": "&q={searchTerms}",
|
||||
"search_url_get_params": "&q={searchTerms}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue