{
  "short_name": "Share it!",
  "name": "Share it!",
  "icons": [
    {
      "src": "icon.png",
      "type": "image/png",
      "sizes": "1024x1024"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-desktop.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Share it! Desktop App UI"
    },
    {
      "src": "screenshot-mobile.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "label": "Share it! Mobile App UI"
    }
  ],
  "start_url": "./",
  "background_color": "#0d0d1e",
  "theme_color": "#6c5ce7",
  "display": "standalone",
  "orientation": "portrait",
  "share_target": {
    "action": "./share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["*/*"]
        }
      ]
    }
  }
}