{
  "name": "Notepad",
  "short_name": "Notepad",
  "description": "Windows XP Notepad in your browser",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ece9d8",
  "theme_color": "#0055E5",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [".txt", ".log", ".csv", ".md"]
      }
    }
  ]
}
