You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official file extension for the manifest is .webmanifest. Some
web servers recognize this extension and transfer the file using the
standardized application manifest MIME type
(application/manifest+json). Developers can also choose a different
extension (e.g. .json) or none at all (e.g. /api/GetManifest),
but are strongly encouraged to transfer the manifest using the
application/manifest+jsonMIME type.
We're currently serving the manifest as application/json, reusing what the WordPress REST API is already using.
We need to serve it as application/manifest+json instead.
Per the Web App Manifest spec:
We're currently serving the manifest as
application/json
, reusing what the WordPress REST API is already using.We need to serve it as
application/manifest+json
instead.See media type registration for
application/manifest+json
.The text was updated successfully, but these errors were encountered: