{
  "name": "CipherJot",
  "short_name": "CipherJot",
  "description": "A private, encrypted notebook and end-to-end-encrypted messenger.",
  "start_url": ".",
  "scope": ".",
  "id": "/cipherjot/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0d0f10",
  "theme_color": "#0d0f10",
  "dir": "ltr",
  "lang": "en",
  "prefer_related_applications": false,
  "categories": [
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "./?share-target=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}