{
    "background_color": "#222",
    "description": "This is the notepad you've been waiting for. Fully local and secure.",
    "display": "standalone",
    "icons": [
        {
          "src": "favicon.ico",
          "sizes": "64x64 32x32 24x24 16x16",
          "type": "image/x-icon"
        },
        {
          "src": "android-chrome-192x192.png",
          "type": "image/png",
          "sizes": "192x192"
        },
        {
          "src": "android-chrome-512x512.png",
          "type": "image/png",
          "sizes": "512x512"
        }
    ],
    "name": "Scratchpad - the notepad you've been waiting for",
    "short_name": "Scratchpad",
    "start_url": "/",
    "theme_color": "#222"
}