| { |
| "name": "File Handler", |
| "icons": [ |
| { |
| "src": "basic-48.png", |
| "sizes": "48x48", |
| "type": "image/png" |
| }, |
| { |
| "src": "basic-192.png", |
| "sizes": "192x192", |
| "type": "image/png" |
| } |
| ], |
| "start_url": "/webapps_integration/file_handler/basic.html", |
| "scope": "/webapps_integration/file_handler/", |
| "display": "minimal-ui", |
| "file_handlers": [ |
| { |
| "action": "/webapps_integration/file_handler/foo_handler.html", |
| "name": "Plain Text", |
| "accept": { |
| "text/plain": [".txt", ".md", ".csv", ".text"], |
| "application/octet-stream": [".foo"] |
| } |
| }, |
| { |
| "action": "/webapps_integration/file_handler/bar_handler.html", |
| "accept": { |
| "image/png": [".png"], |
| "application/octet-stream": [".bar"] |
| }, |
| "launch_type": "multiple-clients" |
| }, |
| { |
| "action": "https://www.example.com/", |
| "accept": { |
| "image/jpeg": [".jpg", ".jpeg"] |
| } |
| } |
| ] |
| } |