{
  "id": "/dashboard",
  "name": "OpusImg — AI image workspace",
  "short_name": "OpusImg",
  "description": "Compress, resize, convert, and enhance images right in your browser. AI background remove, batch processing, and PDF-native tools — fast, private, free to start.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#2280f5",
  "background_color": "#0a0f1c",
  "categories": ["productivity", "photo", "utilities", "graphics"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Compress images",
      "short_name": "Compress",
      "description": "Shrink JPG, PNG, and WebP files in your browser",
      "url": "/tools/compress",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Convert format",
      "short_name": "Convert",
      "description": "Convert between JPG, PNG, WebP, and AVIF",
      "url": "/tools/convert",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Resize images",
      "short_name": "Resize",
      "description": "Resize by dimensions, percentage, or preset",
      "url": "/tools/resize",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Image to PDF",
      "short_name": "To PDF",
      "description": "Combine images into a single PDF",
      "url": "/tools/image-to-pdf",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
