{
  "name": "Meta Cleaner - Free Metadata Remover",
  "short_name": "Meta Cleaner",
  "description": "Remove EXIF, GPS, PDF author info, ID3 tags and MP4 metadata from images, documents, audio and video. 100% browser-based.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#0d9488",
  "lang": "en",
  "dir": "ltr",
  "categories": ["utilities", "productivity", "privacy"],
  "icons": [
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Remove Image Metadata",
      "short_name": "Image",
      "url": "/?tool=image",
      "description": "Clean EXIF and GPS from images"
    },
    {
      "name": "Remove PDF Metadata",
      "short_name": "PDF",
      "url": "/?tool=pdf",
      "description": "Strip author and producer info from PDF"
    },
    {
      "name": "Remove Audio Metadata",
      "short_name": "Audio",
      "url": "/?tool=audio",
      "description": "Remove ID3 tags from MP3 and M4A"
    },
    {
      "name": "Remove Video Metadata",
      "short_name": "Video",
      "url": "/?tool=video",
      "description": "Strip GPS and device data from MP4 and MOV"
    }
  ]
}