{
  "name": "deepcut",
  "short_name": "deepcut",
  "description": "only what someone chose for you",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F3EAFF",
  "theme_color": "#D9C8FF",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/send",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
