diff --git a/html/manifest/id.json b/html/manifest/id.json new file mode 100644 index 0000000000000..a955b22bebd77 --- /dev/null +++ b/html/manifest/id.json @@ -0,0 +1,40 @@ +{ + "html": { + "manifest": { + "id": { + "__compat": { + "mdn_url": "https://developer.mozilla.org/docs/Web/Manifest/id", + "spec_url": "https://w3c.github.io/manifest/#id-member", + "support": { + "chrome": { + "version_added": "96" + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "95" + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": null + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror" + }, + "status": { + "experimental": false, + "standard_track": true, + "deprecated": false + } + } + } + } + } +}