{
  "name": "Image Comparison Tool",
  "short_name": "ImageMerge",
  "description": "A before/after image comparison tool with drag-and-drop, history, and preview features.",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#222",
  "theme_color": "#222",
  "icons": [
    {
      "src": "icons/192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icons/512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}
