{
  "name": "IDPhotoPrint - ID Photo Maker",
  "short_name": "IDPhotoPrint",
  "description": "Create, crop, and print professional ID photos at home. AI-powered background removal and smart layout.",
  "start_url": "/tool",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2563EB",
  "scope": "/",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    }
  ],
  "categories": ["photo", "utilities", "productivity"],
  "screenshots": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/tool",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "photo",
          "accept": ["image/jpeg", "image/png", "image/webp"]
        }
      ]
    }
  }
}
