{
  "name": "On My Disk",
  "short_name": "On My Disk",
  "description": "Sharing your files right from your disk",
  "start_url": "./",
  "display": "standalone",
  "theme_color": "#184562FF",
  "background_color": "#0070bb",
  "icons": [
    {
      "src": "./customtheme/onmydisk.svg",
      "sizes": "48x48 72x72 96x96 128x128 256x256 512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "background": {
    "service_worker": "service-worker.js"
  }
}

