2017-03-07 19:31:43 +03:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"namespace": "manifest",
|
|
|
|
"types": [
|
|
|
|
{
|
|
|
|
"$extend": "WebExtensionManifest",
|
|
|
|
"properties": {
|
|
|
|
"chrome_settings_overrides": {
|
|
|
|
"type": "object",
|
|
|
|
"optional": true,
|
|
|
|
"additionalProperties": { "$ref": "UnrecognizedProperty" },
|
|
|
|
"properties": {
|
|
|
|
"homepage": {
|
|
|
|
"type": "string",
|
2017-04-07 19:14:08 +03:00
|
|
|
"format": "relativeUrl",
|
2017-03-07 19:31:43 +03:00
|
|
|
"optional": true,
|
|
|
|
"preprocess": "localize"
|
2017-06-02 23:59:43 +03:00
|
|
|
},
|
|
|
|
"search_provider": {
|
|
|
|
"type": "object",
|
|
|
|
"optional": true,
|
|
|
|
"additionalProperties": { "$ref": "UnrecognizedProperty" },
|
|
|
|
"properties": {
|
|
|
|
"name": {
|
|
|
|
"type": "string",
|
|
|
|
"preprocess": "localize"
|
|
|
|
},
|
|
|
|
"keyword": {
|
|
|
|
"type": "string",
|
|
|
|
"optional": true,
|
|
|
|
"preprocess": "localize"
|
|
|
|
},
|
|
|
|
"search_url": {
|
|
|
|
"type": "string",
|
|
|
|
"format": "url",
|
|
|
|
"pattern": "^https://.*$",
|
|
|
|
"preprocess": "localize"
|
|
|
|
},
|
|
|
|
"favicon_url": {
|
|
|
|
"type": "string",
|
|
|
|
"optional": true,
|
|
|
|
"format": "url",
|
|
|
|
"preprocess": "localize"
|
|
|
|
},
|
|
|
|
"suggest_url": {
|
|
|
|
"type": "string",
|
|
|
|
"optional": true,
|
|
|
|
"format": "url",
|
2017-08-14 18:56:47 +03:00
|
|
|
"preprocess": "localize"
|
2017-06-02 23:59:43 +03:00
|
|
|
},
|
|
|
|
"instant_url": {
|
|
|
|
"type": "string",
|
|
|
|
"optional": true,
|
|
|
|
"format": "url",
|
|
|
|
"preprocess": "localize",
|
|
|
|
"deprecated": "Unsupported on Firefox at this time."
|
|
|
|
},
|
|
|
|
"image_url": {
|
|
|
|
"type": "string",
|
|
|
|
"optional": true,
|
|
|
|
"format": "url",
|
|
|
|
"preprocess": "localize",
|
|
|
|
"deprecated": "Unsupported on Firefox at this time."
|
|
|
|
},
|
|
|
|
"search_url_post_params": {
|
|
|
|
"type": "string",
|
|
|
|
"optional": true,
|
|
|
|
"preprocess": "localize",
|
|
|
|
"deprecated": "Unsupported on Firefox at this time."
|
|
|
|
},
|
|
|
|
"instant_url_post_params": {
|
|
|
|
"type": "string",
|
|
|
|
"optional": true,
|
|
|
|
"preprocess": "localize",
|
|
|
|
"deprecated": "Unsupported on Firefox at this time."
|
|
|
|
},
|
|
|
|
"image_url_post_params": {
|
|
|
|
"type": "string",
|
|
|
|
"optional": true,
|
|
|
|
"preprocess": "localize",
|
|
|
|
"deprecated": "Unsupported on Firefox at this time."
|
|
|
|
},
|
|
|
|
"alternate_urls": {
|
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"type": "string",
|
|
|
|
"format": "url",
|
|
|
|
"preprocess": "localize"
|
|
|
|
},
|
|
|
|
"optional": true,
|
|
|
|
"deprecated": "Unsupported on Firefox at this time."
|
|
|
|
},
|
|
|
|
"prepopulated_id": {
|
|
|
|
"type": "integer",
|
|
|
|
"optional": true,
|
|
|
|
"deprecated": "Unsupported on Firefox."
|
|
|
|
},
|
|
|
|
"is_default": {
|
|
|
|
"type": "boolean",
|
|
|
|
"optional": true,
|
2017-07-18 19:28:33 +03:00
|
|
|
"description": "Sets the default engine to a built-in engine only."
|
2017-06-02 23:59:43 +03:00
|
|
|
}
|
|
|
|
}
|
2017-03-07 19:31:43 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2017-04-07 19:14:08 +03:00
|
|
|
]
|