summaryrefslogtreecommitdiffstats
path: root/mobile/android/components/extensions/schemas/gecko_view_addons.json
blob: b60d346d194e8123a8abfd63a5c33d44a8ca70be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
  {
    "namespace": "manifest",
    "types": [
      {
        "$extend": "PermissionPrivileged",
        "choices": [
          {
            "type": "string",
            "enum": ["geckoViewAddons", "nativeMessagingFromContent"]
          }
        ]
      }
    ]
  }
]