{
  "name": "Recall",
  "short_name": "Recall",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#15171a",
  "theme_color": "#15171a",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "share_target": {
    "action": "/share.php",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{ "name": "media[]", "accept": ["image/*", "audio/*"] }]
    }
  }
}
