16719: Adds integration test for collection's old version searching.
[arvados-workbench2.git] / public / file-viewers-example.json
1 [
2     {
3         "name": "File browser",
4         "extensions": [
5             ".txt",
6             ".zip"
7         ],
8         "url": "https://doc.arvados.org",
9         "filePathParam": "filePath",
10         "iconUrl": "https://material.io/tools/icons/static/icons/baseline-next_week-24px.svg"
11     },
12     {
13         "name": "Collection browser",
14         "extensions": [],
15         "collections": true,
16         "url": "https://doc.arvados.org",
17         "filePathParam": "collectionPath"
18     },
19     {
20         "name": "Universal browser",
21         "collections": true,
22         "url": "https://doc.arvados.org",
23         "filePathParam": "filePath"
24     }
25 ]