 {
     "short_name": "organice",
     "name": "organice",
     "icons": [
         {
             "src": "organice-512x512.png",
             "sizes": "512x512",
             "type": "image/png"
         },
         {
             "src": "organice-192x192.png",
             "sizes": "192x192",
             "type": "image/png"
         },
         {
             "src": "favicon.ico",
             "sizes": "64x64 32x32 24x24 16x16",
             "type": "image/x-icon"
         }
     ],
     "start_url": "/index.html",
     "display": "standalone",
     "theme_color": "#000000",
     "background_color": "#ffffff",
     "share_target": {
       "action": "/capture",
       "method": "GET",
       "params": {
          "title": "captureVariable_v_title",
          "text": "captureVariable_v_text",
          "url": "captureVariable_v_url"
       }
     }
 }