{
  "name": "Cento",
  "short_name": "Cento",
  "description": "A minimal markdown notes editor",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": [
        "window-controls-overlay"
    ],
  "background_color": "#1a1b1e",
  "theme_color": "#16171a",
  "icons": [
    { "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "./icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "file_handlers": [
    {
      "action": "index.html",
      "accept": {
        "text/markdown": [".md"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+cento",
      "url": "index.html?view=%s"
    }
  ]
}
