{
  "id": "xaltipa-comercio-pwa",
  "name": "Xaltipa Comercio",
  "short_name": "Xaltipa",
  "description": "Directorio local de servicios en Villas Xaltipa, Cuautitlán, México.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "orientation": "portrait-primary",
  "lang": "es",
  "dir": "ltr",
  "background_color": "#EBEBEB",
  "theme_color": "#D9552C",
  "categories": ["business", "local", "shopping", "pwa"],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "icons": [
    { "src": "/icons/icon-72x72.png", "sizes": "72x72", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-128x128.png", "sizes": "128x128", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-144x144.png", "sizes": "144x144", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-152x152.png", "sizes": "152x152", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-384x384.png", "sizes": "384x384", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-72x72.png", "sizes": "72x72", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Buscar Negocios",
      "short_name": "Buscar",
      "description": "Buscar negocios locales",
      "url": "/search",
      "icons": [{ "src": "/icons/search-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Mis Notificaciones",
      "short_name": "Avisos",
      "description": "Ver notificaciones e inbox",
      "url": "/dashboard/user/notifications",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Mi Panel",
      "short_name": "Panel",
      "description": "Panel de usuario",
      "url": "/dashboard/user",
      "icons": [{ "src": "/icons/user-96x96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/search",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
