mainfest.json: file_handlers doesn't work with "application/pdf" mime type

Copper Contributor

Hello,

if we want to use the filehandlers (enabled by edge://Flags) and add the following line: 

"file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/pdf": ".pdf"
      }
    }
 
PDF doublick doesn't work in explorer.exe to open. However if we switch to "text/*" and open a text-file everything worked as expected and the file permission dialog appears. This is not the case in google chrome and we want to use filehandlers with pdf-files.
0 Replies