21 lines
513 B
JSON
21 lines
513 B
JSON
{
|
|
"name": "__MSG_extensionName__",
|
|
"description": "__MSG_extensionDescription__",
|
|
"manifest_version": 2,
|
|
"version": "1.14",
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "amazon@search.mozilla.org"
|
|
}
|
|
},
|
|
"hidden": true,
|
|
"default_locale": "au",
|
|
"chrome_settings_overrides": {
|
|
"search_provider": {
|
|
"keyword": "@amazon",
|
|
"name": "__MSG_extensionName__",
|
|
"search_url": "__MSG_searchUrl__",
|
|
"search_url_get_params": "__MSG_searchUrlGetParams__"
|
|
}
|
|
}
|
|
}
|