{
  "name": "Image Metadata Cleaner — پاک‌کننده متادیتای عکس",
  "short_name": "Metadata Cleaner",
  "description": "Remove EXIF and GPS metadata from photos. 100% offline — nothing is ever uploaded.",
  "lang": "fa",
  "dir": "rtl",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b0f14",
  "theme_color": "#0b0f14",
  "categories": ["utilities", "photo", "privacy"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-wide.png",
      "sizes": "1280x1600",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop: before/after comparison, the GPS warning and the metadata that was removed"
    },
    {
      "src": "screenshot-narrow.png",
      "sizes": "412x2200",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile: drop a photo, clean it and download it — all offline"
    }
  ],
  "share_target": {
    "action": "./share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "photos",
          "accept": ["image/jpeg", "image/png", "image/webp", "image/*"]
        }
      ]
    }
  }
}
