{
  "name": "Photo Resize by NOICE",
  "short_name": "NOICE Resize",
  "description": "Batch resize and compress photos to a target file size. Export as ZIP. Runs locally on your device.",
  "start_url": "/tools/resize/index.html",
  "scope": "/tools/resize/",
  "display": "standalone",
  "background_color": "#171717",
  "theme_color": "#171717",
  "orientation": "any",
  "icons": [
    {
      "src": "/tools/resize/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/tools/resize/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/tools/resize/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
