{
  "api": {
    "Navigator": {
      "__compat": {
        "mdn_url": "https://developer.mozilla.org/docs/Web/API/Navigator",
        "support": {
          "chrome": {
            "version_added": true
          },
          "chrome_android": {
            "version_added": true
          },
          "edge": {
            "version_added": true
          },
          "edge_mobile": {
            "version_added": true
          },
          "firefox": {
            "version_added": true
          },
          "firefox_android": {
            "version_added": true
          },
          "ie": {
            "version_added": true
          },
          "opera": {
            "version_added": true
          },
          "opera_android": {
            "version_added": true
          },
          "safari": {
            "version_added": true
          },
          "safari_ios": {
            "version_added": true
          },
          "samsunginternet_android": {
            "version_added": true
          },
          "webview_android": {
            "version_added": true
          }
        },
        "status": {
          "experimental": false,
          "standard_track": true,
          "deprecated": false
        }
      },
      "authentication": {
        "__compat": {
          "mdn_url": "https://developer.mozilla.org/docs/Web/API/Navigator/authentication",
          "support": {
            "chrome": {
              "version_added": "67",
              "flags": [
                {
                  "name": "WebAuth",
                  "type": "preference"
                }
              ]
            },
            "chrome_android": {
              "version_added": "67",
              "flags": [
                {
                  "name": "WebAuth",
                  "type": "preference"
                }
              ]
            },
            "edge": {
              "version_added": false
            },
            "edge_mobile": {
              "version_added": false
            },
            "firefox": {
              "version_added": false
            },
            "firefox_android": {
              "version_added": false
            },
            "ie": {
              "version_added": false
            },
            "opera": {
              "version_added": null
            },
            "opera_android": {
              "version_added": null
            },
            "safari": {
              "version_added": false
            },
            "safari_ios": {
              "version_added": false
            },
            "samsunginternet_android": {
              "version_added": false
            },
            "webview_android": {
              "version_added": "67",
              "flags": [
                {
                  "name": "WebAuth",
                  "type": "preference"
                }
              ]
            }
          },
          "status": {
            "experimental": false,
            "standard_track": true,
            "deprecated": false
          }
        }
      },
      "clipboard": {
        "__compat": {
          "mdn_url": "https://developer.mozilla.org/docs/Web/API/Navigator/clipboard",
          "support": {
            "chrome": {
              "version_added": null
            },
            "chrome_android": {
              "version_added": null
            },
            "edge": {
              "version_added": null
            },
            "edge_mobile": {
              "version_added": null
            },
            "firefox": {
              "version_added": null
            },
            "firefox_android": {
              "version_added": null
            },
            "ie": {
              "version_added": null
            },
            "opera": {
              "version_added": null
            },
            "opera_android": {
              "version_added": null
            },
            "safari": {
              "version_added": null
            },
            "safari_ios": {
              "version_added": null
            },
            "samsunginternet_android": {
              "version_added": null
            },
            "webview_android": {
              "version_added": null
            }
          },
          "status": {
            "experimental": false,
            "standard_track": true,
            "deprecated": false
          }
        }
      },
      "mediaSession": {
        "__compat": {
          "mdn_url": "https://developer.mozilla.org/docs/Web/API/Navigator/mediaSession",
          "support": {
            "chrome": {
              "version_added": false
            },
            "chrome_android": {
              "version_added": "57"
            },
            "edge": {
              "version_added": null
            },
            "edge_mobile": {
              "version_added": null
            },
            "firefox": {
              "version_added": null
            },
            "firefox_android": {
              "version_added": null
            },
            "ie": {
              "version_added": null
            },
            "opera": {
              "version_added": false
            },
            "opera_android": {
              "version_added": false
            },
            "safari": {
              "version_added": null
            },
            "safari_ios": {
              "version_added": null
            },
            "samsunginternet_android": {
              "version_added": null
            },
            "webview_android": {
              "version_added": false
            }
          },
          "status": {
            "experimental": true,
            "standard_track": false,
            "deprecated": false
          }
        }
      },
      "sendBeacon": {
        "__compat": {
          "mdn_url": "https://developer.mozilla.org/docs/Web/API/Navigator/sendBeacon",
          "support": {
            "webview_android": {
              "version_added": "40",
              "notes": "Starting in Chrome 59, this method cannot send a <code>Blob</code> whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information see <a href='https://crbug.com/720283'>Chrome bug 720283</a>."
            },
            "chrome": {
              "version_added": "39",
              "notes": "Starting in Chrome 59, this method cannot send a <code>Blob</code> whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information see <a href='https://crbug.com/720283'>Chrome bug 720283</a>."
            },
            "chrome_android": {
              "version_added": "42",
              "notes": "Starting in Chrome 59, this method cannot send a <code>Blob</code> whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information see <a href='https://crbug.com/720283'>Chrome bug 720283</a>."
            },
            "edge": {
              "version_added": true
            },
            "edge_mobile": {
              "version_added": true
            },
            "firefox": {
              "version_added": "31"
            },
            "firefox_android": {
              "version_added": "31"
            },
            "ie": {
              "version_added": false
            },
            "opera": {
              "version_added": "26",
              "notes": "Starting in Opera 46, this method cannot send a <code>Blob</code> whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information see <a href='https://crbug.com/720283'>Chrome bug 720283</a>."
            },
            "opera_android": {
              "version_added": "29",
              "notes": "Starting in Opera 46, this method cannot send a <code>Blob</code> whose type is not CORS safelisted. This is a temporary change until a mitigation can be found for the security issues that this creates. For more information see <a href='https://crbug.com/720283'>Chrome bug 720283</a>."
            },
            "safari": {
              "version_added": "11.1"
            },
            "safari_ios": {
              "version_added": false
            },
            "samsunginternet_android": {
              "version_added": null
            }
          },
          "status": {
            "experimental": false,
            "standard_track": true,
            "deprecated": false
          }
        }
      },
      "serviceWorker": {
        "__compat": {
          "mdn_url": "https://developer.mozilla.org/docs/Web/API/Navigator/serviceWorker",
          "support": {
            "chrome": {
              "version_added": "40"
            },
            "chrome_android": {
              "version_added": "40"
            },
            "edge": {
              "version_added": "17"
            },
            "edge_mobile": {
              "version_added": "17"
            },
            "firefox": {
              "version_added": "44",
              "notes": "Service Workers have been disabled in the <a href='https://www.mozilla.org/firefox/organizations/'>Firefox 45 and 52 Extended Support Releases</a>"
            },
            "firefox_android": {
              "version_added": "44"
            },
            "ie": {
              "version_added": false
            },
            "opera": {
              "version_added": "27"
            },
            "opera_android": {
              "version_added": "27"
            },
            "qq_android": {
              "version_added": null
            },
            "safari": {
              "version_added": "11.1"
            },
            "safari_ios": {
              "version_added": "11.1"
            },
            "samsunginternet_android": {
              "version_added": null
            },
            "uc_android": {
              "version_added": null
            },
            "uc_chinese_android": {
              "version_added": null
            },
            "webview_android": {
              "version_added": "40"
            }
          },
          "status": {
            "experimental": false,
            "standard_track": true,
            "deprecated": false
          }
        }
      }
    }
  }
}
