{
  "name": "Otto",
  "short_name": "Otto",
  "description": "Otto — your personal life assistant. One room per part of life, one brain in all of them.",
  "start_url": "/elad-and-oren/",
  "scope": "/elad-and-oren/",
  "display": "standalone",
  "background_color": "#1f1e1d",
  "theme_color": "#1f1e1d",
  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "share_target": {
    "action": "./share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "files", "accept": ["*/*"] }
      ]
    }
  }
}
