{
  "name": "Sharetext",
  "short_name": "Sharetext",
  "description": "Instantly share text and code between devices securely.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "icons": [
    {
      "src": "../assets/images/logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "../assets/images/logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/index.html",
    "method": "GET",
    "params": {
      "text": "text"
    }
  }
}