{
  "name": "Mike's Service Toolkit",
  "short_name": "Mike's Toolkit",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#343a40",
  "theme_color": "#343a40",
  "icons": [
    {
      "src": "android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}