{
  "name": "Thunder 7",
  "short_name": "Thunder 7",
  "start_url": "/?sta",
  "scope": "/",
  "display": "fullscreen",
  "background_color": "#000",
  "theme_color": "#000",
  "icons": [
      {
        "src": "./assets/htmlIcons/72/72.png",
        "sizes": "72x72",
        "type": "image/png"
      },
      {
          "src": "./assets/htmlIcons/128/128.png",
          "sizes": "128x128",
          "type": "image/png"
      },
      {
          "src": "./assets/htmlIcons/144/144.png",
          "sizes": "144x144",
          "type": "image/png"
      },
      {
          "src": "./assets/htmlIcons/192/192.png",
          "sizes": "192x192",
          "type": "image/png"
      },
      {
        "src": "./assets/htmlIcons/256/256.png",
        "sizes": "256x256",
        "type": "image/png"
      },
      {
          "src": "./assets/htmlIcons/512/512.png",
          "sizes": "512x512",
          "type": "image/png"
      }
  ]
}