{
  "short_name": "Skizzen",
  "name": "Skizzen App",
  "display": "standalone",
  "start_url": "https://skizzen.app/index.html",
  "scope": "https://skizzen.app/",
  "description": "Simple online sketch web app made for touchscreen devices. Convenient gesture control. High resolution. Multitouch support. Import/export as SVG file. Send as PNG image feature. Offline support.",
  "version": "1.0",
  "background_color": "#222222",
  "theme_color": "#222222",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://skizzen.app/logos/logo-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "https://skizzen.app/logos/logo-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "share_target": {
    "action": "https://skizzen.app",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "files",
          "accept": ["image/svg+xml", ".svg"]
        }
      ]
    }
  }
}