{
  "name": "Folio",
  "short_name": "Folio",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#F9F7F2",
  "theme_color": "#2D2926",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/api/share-receiver",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
