{
  "name": "Gantua Zen",
  "short_name": "Zen",
  "description": "Your company, spoken to.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b0a09",
  "theme_color": "#0b0a09",
  "icons": [
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Decisions", "url": "/?do=decisions", "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }] },
    { "name": "The week", "url": "/?do=week", "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }] },
    { "name": "Capture", "url": "/?do=capture", "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }] }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "st",
      "text": "sx",
      "url": "su",
      "files": [{ "name": "media", "accept": ["image/*", "application/pdf"] }]
    }
  }
}
