{
  "webextensions": {
    "manifest": {
      "content_scripts": {
        "__compat": {
          "mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/manifest.json/content_scripts",
          "support": {
            "chrome": {
              "version_added": true,
              "notes": [
                "Content scripts are not applied to tabs already open when the extension is loaded."
              ]
            },
            "edge": {
              "version_added": "14"
            },
            "firefox": {
              "version_added": "48",
              "notes": [
                "Content scripts won't be injected into empty iframes at 'document_start' even if you specify that value in 'run_at'."
              ]
            },
            "firefox_android": {
              "version_added": "48",
              "notes": [
                "Content scripts won't be injected into empty iframes at 'document_start' even if you specify that value in 'run_at'."
              ]
            },
            "opera": {
              "version_added": true,
              "notes": [
                "Content scripts are not applied to tabs already open when the extension is loaded."
              ]
            }
          }
        },
        "match_about_blank": {
          "__compat": {
            "support": {
              "chrome": {
                "version_added": true
              },
              "edge": {
                "version_added": "14"
              },
              "firefox": {
                "version_added": "52"
              },
              "firefox_android": {
                "version_added": "52"
              },
              "opera": {
                "version_added": true
              }
            }
          }
        }
      }
    }
  }
}
