| { | |
| "name": "StikkApp", | |
| "short_name": "StikkApp", | |
| "start_url": "/stikkapp", | |
| "display": "fullscreen", | |
| "background_color": "#f5f5f5", | |
| "theme_color": "#4285f4", | |
| "icons": [ | |
| { | |
| "src": "/stikkapp/static/images/icon-192.png", | |
| "sizes": "192x192", | |
| "type": "image/png" | |
| }, | |
| { | |
| "src": "/stikkapp/static/images/icon-512.png", | |
| "sizes": "512x512", | |
| "type": "image/png" | |
| } | |
| ] | |
| } |