{
  "background_color": "#000000",
  "description": "Simple PWA2",
  "display": "standalone",
  "icons": [
    {
      "sizes": "180x180",
      "src": "./img/favicon-180.png",
      "type": "image/png"
    }, {
      "sizes": "192x192",
      "src": "./img/favicon-192.png",
      "type": "image/png"
    }, {
      "sizes": "512x512",
      "src": "./img/favicon-512.png",
      "type": "image/png"
    }
  ],
  "permissions": ["notifications"],
  "name": "Simple ProgressiveWebApp2",
  "scope": "/",
  "id": "./index.html",
  "short_name": "Simple PWA2",
  "start_url": "./index.html",
  "theme_color": "#000000"
}
