Files
electron/shell/common/extensions/api/_permission_features.json
trop[bot] cf49565a31 feat: support chrome.scripting extension APIs (#39677)
feat: support chrome.scripting extension APIs

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
2023-09-28 11:29:46 -04:00

37 lines
627 B
JSON

{
"resourcesPrivate": {
"channel": "stable",
"extension_types": [
"extension"
],
"location": "component"
},
"pdfViewerPrivate": {
"channel": "stable",
"extension_types": [
"extension"
],
"allowlist": [
"CBCC42ABED43A4B58FE3810E62AFFA010EB0349F"
]
},
"management": {
"channel": "stable",
"extension_types": [
"extension"
]
},
"tabs": {
"channel": "stable",
"extension_types": [
"extension"
]
},
"scripting": {
"channel": "stable",
"extension_types": [
"extension"
],
"min_manifest_version": 3
}
}