{
  "name": "Thot \u2014 Markdown Editor",
  "short_name": "Thot",
  "description": "Minimalist Markdown Editor & Native A4 PDF Exporter",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "./thot_icon_64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "./thot_icon_128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "./thot_icon_256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "./thot_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}