Skip to content

Commit

Permalink
Add chrome app manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Mar 28, 2018
1 parent c91ac6d commit f779e05
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions resources/scripts/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "dwv",
"short_name": "dwv",
"description": "Medical viewer using DWV (DICOM Web Viewer) and jQuery Mobile.",
"version": "0.23.3",
"manifest_version": 2,
"app": {
"urls": [
"https://ivmartel.github.io/dwv-jqmobile/demo/stable/"
],
"launch": {
"web_url": "https://ivmartel.github.io/dwv-jqmobile/demo/stable/index.html"
}
},
"icons": {
"16": "resources/icons/dwv-16.png",
"32": "resources/icons/dwv-32.png",
"64": "resources/icons/dwv-64.png",
"128": "resources/icons/dwv-128.png",
"256": "resources/icons/dwv-256.png"
},
"offline_enabled": true,
"container": "GOOGLE_DRIVE",
"api_console_project_id": "544445548355",
"gdrive_mime_types": {
"http://drive.google.com/intents/opendrivedoc": [
{
"type": ["application/dicom", "application/vnd.google.drive.ext-type.dcm"],
"href": "https://ivmartel.github.io/dwv-jqmobile/demo/stable/index.html",
"title": "Open",
"disposition": "window"
}
]
}
}

0 comments on commit f779e05

Please sign in to comment.