{
  "name": "Synapse",
  "short_name": "Synapse",
  "description": "A graph-shaped second brain for Markdown and AsciiDoc notes.",
  "id": "/home",
  "start_url": "/home",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "background_color": "#f4efe6",
  "theme_color": "#c4602d",
  "lang": "en",
  "dir": "ltr",
  "orientation": "any",
  "categories": ["productivity", "utilities", "education"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "/icons/synapse-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/synapse-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/synapse-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Graph",
      "short_name": "Graph",
      "description": "Open the knowledge graph.",
      "url": "/graph",
      "icons": [
        {
          "src": "/icons/synapse-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Timeline",
      "short_name": "Timeline",
      "description": "Open dated events.",
      "url": "/timeline",
      "icons": [
        {
          "src": "/icons/synapse-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Notes",
      "short_name": "Notes",
      "description": "Open the last selected note.",
      "url": "/home",
      "icons": [
        {
          "src": "/icons/synapse-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
