{
  "name": "DingaDeng – Transform",
  "short_name": "DingaDeng",
  "description": "AI-powered body transformation. Scan. Analyze. Transform.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0c10",
  "theme_color": "#4ade80",
  "orientation": "portrait",
  "dir": "ltr",
  "lang": "fr",
  "scope": "/",
  "id": "/",
  "categories": ["health", "fitness", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home Screen"
    },
    {
      "src": "/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home Screen Wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Body Scan",
      "short_name": "Scan",
      "url": "/body-scan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "display_override": ["standalone", "window-controls-overlay", "tabbed", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "scope_extensions": [
    { "origin": "https://dingadeng.lovable.app" }
  ],
  "share_target": {
    "action": "/body-scan",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "url": "link",
      "files": [
        {
          "name": "photos",
          "accept": ["image/png", "image/jpeg", "image/webp"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+dingadeng",
      "url": "/dashboard?action=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/body-scan",
      "accept": {
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/webp": [".webp"]
      }
    }
  ],
  "note_taking": {
    "new_note_url": "/coach-ia"
  },
  "widgets": [
    {
      "name": "DingaDeng Score",
      "description": "View your latest body scan score",
      "tag": "dingadeng-score-widget",
      "ms_ac_template": "widget/score",
      "screenshots": [
        {
          "src": "/screenshots/home.png",
          "sizes": "1080x1920",
          "type": "image/png",
          "label": "Score Widget"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://dingadeng.lovable.app"
    }
  ],
  "prefer_related_applications": false
}