{
  "name": "Notepad.to",
  "short_name": "Notepad",
  "description": "A simple online notepad",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/notepad-lg.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/notepad-lg.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
