{
  "name": "Lattice",
  "short_name": "Lattice",
  "description": "A local-first everyday knowledge workspace with fast capture, search, backlinks, tables, visual canvases, and programmable applications.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#0f1219",
  "theme_color": "#121622",
  "icons": [
    {
      "src": "./assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "id": "./",
  "scope": "./",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "categories": [
    "productivity",
    "utilities"
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Quick capture",
      "short_name": "Capture",
      "description": "Capture a note or task to the Inbox.",
      "url": "./?action=capture",
      "icons": [
        {
          "src": "./assets/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "New note",
      "short_name": "New note",
      "description": "Create a blank local-first note.",
      "url": "./?action=new",
      "icons": [
        {
          "src": "./assets/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Search workspace",
      "short_name": "Search",
      "description": "Search documents, blocks, tables, and Canvas.",
      "url": "./?action=search",
      "icons": [
        {
          "src": "./assets/icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
