{
  "name": "ClayTablet",
  "short_name": "ClayTablet",
  "description": "Мгновенный обмен текстом, изображениями и аудио между устройствами",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf7f4",
  "theme_color": "#c1723a",
  "orientation": "any",
  "icons": [
    {
      "src": "/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "utilities"],
  "lang": "ru",
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "audio/*", "video/*", "application/*", "*/*"]
        }
      ]
    }
  }
}

