{
  "name": "Instagram Downloader",
  "short_name": "ig-dl",
  "description": "Descargá reels, posts y fotos de Instagram sin marca de agua",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b0e14",
  "theme_color": "#8b5cf6",
  "orientation": "portrait",
  "icons": [
    { "src": "/static/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" },
    { "src": "/static/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml" }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
