{
  "name": "Integrity SRI Hasher",
  "short_name": "SRI-Hasher",
  "description": "Generates CDN subresource integrity hashes and works fully offline.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2d8efd",
  "icons": [
    {
      "src": "resources/icon-256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "resources/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}