{
  "name": "Picovert — Free File Tools",
  "short_name": "Picovert",
  "description": "Convert, compress, and resize images and GIFs right in your browser. Fast, free, and private.",
  "lang": "en",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#F59145",
  "orientation": "any",
  "categories": ["utilities", "productivity", "photo"],
  "icons": [
    { "src": "/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Convert",
      "short_name": "Convert",
      "description": "Convert images between formats",
      "url": "/convert",
      "icons": [{ "src": "/icon.png", "sizes": "512x512" }]
    },
    {
      "name": "Compress",
      "short_name": "Compress",
      "description": "Compress images",
      "url": "/compress",
      "icons": [{ "src": "/icon.png", "sizes": "512x512" }]
    },
    {
      "name": "Resize",
      "short_name": "Resize",
      "description": "Resize images quickly",
      "url": "/resize",
      "icons": [{ "src": "/icon.png", "sizes": "512x512" }]
    },
    {
      "name": "GIF to WebP",
      "short_name": "GIF→WebP",
      "description": "Convert animated GIFs to WebP",
      "url": "/convert/gif-to-webp",
      "icons": [{ "src": "/icon.png", "sizes": "512x512" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
