{
  "name": "KopiCat",
  "short_name": "KopiCat",
  "description": "Share secret clips end-to-end encrypted",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F4ECD0",
  "theme_color": "#F4ECD0",
  "orientation": "any",
  "categories": ["utilities"],
  "share_target": {
    "action": "/?share=1",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "511x909",
      "type": "image/png"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "900x541",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/kopicat-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/kopicat-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/kopicat-64x64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/kopicat-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ]
}
