{
  "name": "Sound Level Meter",
  "short_name": "SLM",
  "description": "Sound level meter application using the device's microphone to warn when the noise levels are getting high.",
  "start_url": "/",
  "theme_color": "#008800",
  "background_color": "#000000",
  "display": "standalone",
  "icons":
  [
    {
      "src": "slm_48.ico",
      "sizes": "48x48"
    },
    {
      "src": "slm_1024.png",
      "sizes": "1024x1024"
    }
  ]
}