{
  "name": "Listopia",
  "short_name": "Listopia",
  "description": "Save and organize recommendation lists",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#3A4E59",
  "background_color": "#2c3e47",
  "icons": [
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/#/share-target",
    "method": "GET",
    "params": {
      "url": "url",
      "title": "title"
    }
  }
}
