{
  "name": "Notepad",
  "short_name": "Notepad",
  "start_url": "/notepad/splash.html",
  "scope": "/notepad/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#b80f52",
  "icons": [
    {
      "src": "/notepad/images/logo192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/notepad/images/logo512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}