{
  "name": "To-Do List",
  "short_name": "To-Do",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f6f6f6",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}
