chromium/chrome/test/data/extensions/extension_api_unittest/privileged_api_features.json

{
  "test1": {
    "channel": "trunk",
    "contexts": ["content_script"]
  },
  "test1.foo": {
    "channel": "trunk",
    "contexts": ["privileged_extension"]
  },
  "test2": {
    "channel": "trunk",
    "contexts": ["privileged_extension"]
  },
  "test2.foo": {
    "channel": "trunk",
    "contexts": ["content_script"]
  },
  "test2.bar": {
    "channel": "trunk",
    "contexts": ["content_script", "privileged_extension"]
  },
  "test2.baz": {
    "channel": "trunk",
    "contexts": ["privileged_extension"]
  },
  "test3": {
    "channel": "trunk",
    "contexts": ["content_script", "privileged_extension"]
  },
  "test3.foo": {
    "channel": "trunk",
    "contexts": ["privileged_extension"]
  },
  "test4": {
    "channel": "trunk",
    "contexts": ["web_page"],
    "matches": ["<all_urls>"]
  },
  "test5": {
    "channel": "trunk",
    "contexts": ["privileged_web_page"]
  }
}