mirror of
https://github.com/electron/electron.git
synced 2026-02-26 03:01:17 -05:00
* chore: add OCR scaffolding to PDF Viewer Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> * chore: remove unnecessary gn file Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"tabs": {
|
|
"channel": "stable",
|
|
"extension_types": ["extension"],
|
|
"contexts": ["blessed_extension"]
|
|
},
|
|
"extension": {
|
|
"channel": "stable",
|
|
"extension_types": ["extension"],
|
|
"contexts": ["blessed_extension"]
|
|
},
|
|
"extension.getBackgroundPage": {
|
|
"contexts": ["blessed_extension"],
|
|
"disallow_for_service_workers": true
|
|
},
|
|
"extension.getURL": {
|
|
"contexts": ["blessed_extension", "unblessed_extension", "content_script"]
|
|
},
|
|
"i18n": {
|
|
"channel": "stable",
|
|
"extension_types": ["extension"],
|
|
"contexts": ["blessed_extension", "unblessed_extension", "content_script"],
|
|
"disallow_for_service_workers": true
|
|
},
|
|
"mimeHandlerViewGuestInternal": {
|
|
"internal": true,
|
|
"contexts": "all",
|
|
"channel": "stable",
|
|
"matches": ["<all_urls>"]
|
|
},
|
|
"pdfViewerPrivate": {
|
|
"dependencies": ["permission:pdfViewerPrivate"],
|
|
"contexts": ["blessed_extension"]
|
|
},
|
|
"resourcesPrivate": [{
|
|
"dependencies": ["permission:resourcesPrivate"],
|
|
"contexts": ["blessed_extension"]
|
|
}, {
|
|
"channel": "stable",
|
|
"contexts": ["webui"],
|
|
"matches": [
|
|
"chrome://print/*"
|
|
]
|
|
}]
|
|
}
|