dictionaries
Type | Object |
---|---|
Mandatory | No |
Manifest version | 2 or higher |
Example |
json
|
The dictionaries
key specifies the locale_code
for which your extension supplies a dictionary. Although the dictionary consists of two files, one with a .dic
and one with an .aff
file extension, only the one with the .dic
extension is referenced in the manifest.json.
If you use the dictionaries
key, you must also set an ID for your extension using the browser_specific_settings
manifest.json key.
Example
json
"dictionaries": {
"en-US": "dictionaries/en-US.dic"
}
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | ||||||
---|---|---|---|---|---|---|---|
dictionaries |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.