{
  "name": "Too Match",
  "short_name": "Too Match",
  "description": "Stop likes. Start match. Una app de citas que pone la personalidad primero.",
  "id": "/match",
  "start_url": "/match",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FAF7F2",
  "theme_color": "#FAF7F2",
  "orientation": "portrait",
  "lang": "es",
  "dir": "ltr",
  "categories": ["social", "lifestyle"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "share_target": {
    "action": "/match",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mi match del día",
      "short_name": "Match",
      "description": "Ver el match de hoy",
      "url": "/match",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Chats",
      "short_name": "Chats",
      "description": "Ver conversaciones",
      "url": "/chats",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screen-match.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Match del día"
    },
    {
      "src": "/screenshots/screen-chat.png",
      "sizes": "736x1600",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Conversaciones"
    },
    {
      "src": "/screenshots/screen-profile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mi perfil"
    }
  ]
}
