{
  "name":       "DreamList",
  "short_name": "DreamList",
  "start_url":  "/index.php",
  "display":    "standalone",
  "background_color": "#ffffff",
  "theme_color":      "#2563eb",
   "share_target": {
    "action": "/share-target.php",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title":  "title",
      "text":   "text",
      "url":    "url"
      }
      },
  "icons": [
    {
      "src":   "/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type":  "image/png"
    },
    {
      "src":   "/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type":  "image/png"
    }
  ]
}
