{
  "name": "Markdown Cards",
  "short_name": "MDCards",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "ledger_16.ico",
      "sizes": "16x16",
      "type": "image/x-icon"
    },
    {
      "src": "ledger_32.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "ledger_48.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "ledger_180.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [".txt"],
        "text/markdown": [".md"]
      }
    }
  ],
  "share_target": {
    "action": "/create",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "share_title",
      "text": "content",
      "url": "share_url"
    }
  },
  "launch_handler": {
    "client_mode": "auto",
    "files": {
      "accept": {
        "text/plain": [".txt"],
        "text/markdown": [".md"]
      }
    }
  }
}