Bug 1933347 - Match favicon_url schema from m-c. r=thunderbird-reviewers,darktrojan,heather

Differential Revision: https://phabricator.services.mozilla.com/D230201

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sean Burke 2024-11-26 03:40:11 +00:00
Родитель 701c072b9f
Коммит d5c2ac9b8e
1 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@ -47,9 +47,18 @@
"preprocess": "localize"
},
"favicon_url": {
"type": "string",
"choices": [
{
"type": "string",
"format": "relativeUrl",
"max_manifest_version": 2
},
{
"type": "string",
"format": "strictRelativeUrl"
}
],
"optional": true,
"format": "url",
"preprocess": "localize"
},
"suggest_url": {