{
  "name": "Cloud CadHelp",
  "short_name": "Cloud CadHelp",
  "start_url": "https://cloud.cadhelp.ro/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "description": "Platformă securizată pentru transferul de fișiere.",
  "icons":[
    {
      "src": "/static/images/cadhelp_cloud_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/cadhelp_cloud_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/share_receiver",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files":[
        {
          "name": "file",
          "accept": ["*/*"]
        }
      ]
    }
  }
}