{
  "name": "Nat Sync",
  "short_name": "NatSync",
  "description": "Seamless Clipboard & File Sync",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#FBF9F5",
  "theme_color": "#FBF9F5",
  "icons": [
    {
      "src": "https://www.google.com/s2/favicons?domain=google.com&sz=192", 
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://www.google.com/s2/favicons?domain=google.com&sz=512",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/index.php",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files[]",
          "accept": ["*/*"]
        }
      ]
    }
  }
}