* init * use workbox-window * Try to accomodate SW hosted at non root url * v5 updated namespaces * Test w/ no prompt * add icons to manifest * remove scope for now * add icon tile information to entrypoint * See if we can skirt by without a duplicate install * shift client claims to skip waiting message * Remove prepended slash * comment out cache handler for now * Simplify service-worker to skip waiting and install when a new worker is detected * Use generated icons * Update rollbar config
15 lines
334 B
JSON
15 lines
334 B
JSON
{
|
|
"version": "2.2.1",
|
|
"name": "OHIF Viewer",
|
|
"description": "OHIF Viewer",
|
|
"icons": {
|
|
"60": "/assets/firefox_app_60x60.png",
|
|
"128": "/assets/firefox_app_128x128.png",
|
|
"512": "/assets/firefox_app_512x512.png"
|
|
},
|
|
"developer": {
|
|
"name": "OHIF Contributors",
|
|
"url": "https://github.com/ohif/viewers"
|
|
}
|
|
}
|