34 lines
834 B
JSON
34 lines
834 B
JSON
{
|
|
"name": "__MSG_extensionName__",
|
|
"description": "__MSG_extensionDescription__",
|
|
"manifest_version": 2,
|
|
"version": "1.4",
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "google@search.mozilla.org"
|
|
}
|
|
},
|
|
"hidden": true,
|
|
"default_locale": "en",
|
|
"icons": {
|
|
"16": "favicon.ico"
|
|
},
|
|
"web_accessible_resources": ["favicon.ico"],
|
|
"chrome_settings_overrides": {
|
|
"search_provider": {
|
|
"keyword": "@google",
|
|
"name": "__MSG_extensionName__",
|
|
"search_url": "__MSG_searchUrl__",
|
|
"search_form": "__MSG_searchForm__",
|
|
"suggest_url": "__MSG_suggestUrl__",
|
|
"params": [
|
|
{
|
|
"name": "channel",
|
|
"condition": "pref",
|
|
"pref": "__MSG_channelPref__"
|
|
}
|
|
],
|
|
"search_url_get_params": "__MSG_searchUrlGetParams__"
|
|
}
|
|
}
|
|
}
|