{
  "id": "/",
  "name": "Learnitive",
  "short_name": "Learnitive",
  "description": "Local-first writing, research and learning workspace for Markdown, LaTeX, citations, PDF publishing and optional AI assistance.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay"
  ],
  "background_color": "#ffffff",
  "theme_color": "#DA0B4E",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+learnitive",
      "url": "/?launch=%s"
    }
  ],
  "shortcuts": [
    {
      "name": "New writing project",
      "url": "/?shortcut=new-project",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "New document file",
      "url": "/?shortcut=new-file",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://www.learnitive.com/manifest.json",
      "id": "https://www.learnitive.com/"
    }
  ]
}
