{
  "name": "Endix",
  "short_name": "Endix",
  "description": "Local encrypted password vault",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0d0d0d",
  "theme_color": "#0d0d0d",
  "share_target": {
    "action": "/?share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "share_title",
      "text":  "share_text",
      "url":   "share_url",
      "files": [{ "name": "file", "accept": [".endix", "application/octet-stream"] }]
    }
  },
  "shortcuts": [
    {
      "name": "Создать Drop",
      "short_name": "Drop",
      "description": "Отправить секрет ссылкой",
      "url": "/?drop=1",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
