From aee69ded4c01d3a74525d91b1a70be8ace4a59b7 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 11 Apr 2013 19:14:07 +0200 Subject: Firefox customization: move and fix search-metadata.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- scripts/firstrun/10-firefox/search-metadata.json | 39 ++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 scripts/firstrun/10-firefox/search-metadata.json (limited to 'scripts/firstrun/10-firefox') diff --git a/scripts/firstrun/10-firefox/search-metadata.json b/scripts/firstrun/10-firefox/search-metadata.json new file mode 100644 index 0000000..796ac1b --- /dev/null +++ b/scripts/firstrun/10-firefox/search-metadata.json @@ -0,0 +1,39 @@ +{ + "[app]/duckduckgo.xml": { + "alias": "ddg", + "order": 1 + }, + "[app]/google.xml": { + "alias": "g", + "order": 2 + }, + "[app]/wikipedia.xml": { + "alias": "we", + "order": 3 + }, + "[app]/amazondotcom.xml": { + "alias": null, + "hidden": true, + "order": 4 + }, + "[app]/bing.xml": { + "alias": null, + "hidden": true, + "order": 5 + }, + "[app]/eBay.xml": { + "alias": null, + "hidden": true, + "order": 6 + }, + "[app]/twitter.xml": { + "alias": null, + "hidden": true, + "order": 7 + }, + "[app]/yahoo.xml": { + "alias": null, + "hidden": true, + "order": 8 + } +} -- cgit