{
  "name": "Free AI Background Remover | Remove Image Backgrounds Online",
  "short_name": "AI RemoveBG",
  "description": "Remove backgrounds from images instantly with AI. Free, private, and accurate background removal tool.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["photo", "utilities", "productivity"],
  "screenshots": [
    {
      "src": "/ai-remove-bg-social-banner.png",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "AI Background Remover on desktop"
    },
    {
      "src": "/ai-remove-bg-social-banner.png",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "AI Background Remover on mobile"
    }
  ],
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Background Remover",
      "short_name": "Remove BG",
      "description": "Quick access to background removal tool",
      "url": "/tools/background-remover",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    },
    {
      "name": "Photo Tools",
      "short_name": "Tools",
      "description": "Access all photo editing tools",
      "url": "/tools",
      "icons": [
        {
          "src": "/favicon-32x32.png",
          "sizes": "32x32"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "protocol_handlers": [
    {
      "protocol": "web+removebg",
      "url": "/tools/background-remover?image=%s"
    }
  ]
}
