{
  "name": "Perch",
  "short_name": "Perch",
  "description": "A personal Micro.blog client",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1E2D4A",
  "theme_color": "#1E2D4A",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
"share_target": {
  "action": "/?shared=1",
  "method": "GET",
  "enctype": "application/x-www-form-urlencoded",
  "params": {
    "title": "title",
    "text": "text", 
    "url": "url"
  }
}
}