Skip to content

Commit

Permalink
core(installable-manifest): add manifest-parsing-or-network-error (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine authored Mar 5, 2024
1 parent 912495d commit c3ea04d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions core/audits/installable-manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ const UIStrings = {
'manifest-display-not-supported': 'Manifest `display` property must be one of `standalone`, `fullscreen`, or `minimal-ui`',
/** Error message explaining that the manifest could not be fetched, might be empty, or could not be parsed. */
'manifest-empty': `Manifest could not be fetched, is empty, or could not be parsed`,
/** Error message explaining that the manifest could not be fetched, might be empty, or could not be parsed. */
'manifest-parsing-or-network-error': 'Manifest could not be fetched, is empty, or could not be parsed',
/**
* @description Error message explaining that the manifest does not contain a suitable icon.
* @example {192} value0
Expand Down
3 changes: 3 additions & 0 deletions shared/localization/locales/en-US.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions shared/localization/locales/en-XL.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ Array [
"in-incognito",
"manifest-display-not-supported",
"manifest-display-override-not-supported",
"manifest-empty",
"manifest-location-changed",
"manifest-missing-name-or-short-name",
"manifest-missing-suitable-icon",
"manifest-parsing-or-network-error",
"no-acceptable-icon",
"no-icon-available",
"no-id-specified",
Expand Down

0 comments on commit c3ea04d

Please sign in to comment.