diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-10 14:27:43 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-10 14:27:43 +0300 |
commit | 8688bad3f5254abe039c43705cee872665dbfd2d (patch) | |
tree | 98624e9f30b1b00065053592d882027b6c119d1f | |
parent | Added theme support to many frontends #80. Fixed bugs (diff) | |
download | libredirect-8688bad3f5254abe039c43705cee872665dbfd2d.zip |
Removed asking the user to make LibRedirect as the default search engine #101
Diffstat (limited to '')
-rw-r--r-- | src/manifest.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/manifest.json b/src/manifest.json index b6392b49..3c9267fc 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -47,8 +47,7 @@ "keyword": "libredirect.onion", "search_url": "https://libredirect.onion/?q={searchTerms}", "favicon_url": "assets/images/libredirect-16.png", - "encoding": "UTF-8", - "is_default": true + "encoding": "UTF-8" } } } \ No newline at end of file |