{
  "name": "Click Interno",
  "short_name": "Click",
  "description": "Gestionale interno aziendale",
  "display": "standalone",
  "scope": "./",
  "start_url": "./",
  "theme_color": "#5d87ff",
  "background_color": "#ffffff",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url",
      "files": [
        { "name": "media", "accept": ["image/*"] }
      ]
    }
  },
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
