{
  "name": "ImagFly — AI Image Optimizer",
  "short_name": "ImagFly",
  "description": "AI-powered thumbnail and cover image optimizer for creators",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "background_color": "#FFFBF5",
  "theme_color": "#0E8AC8",
  "orientation": "any",
  "icons": [
    { "src": "/assets/logo-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/assets/logo-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/assets/logo-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/assets/logo-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  "categories": ["photo", "productivity"],
  "prefer_related_applications": false
}
