{
  "short_name": "ECOSMART",
  "name": "ECOSMART Colombia — Tecnología con Propósito",
  "description": "Marketplace, Delivery, Supermarket y más. Tu super-app colombiana con EcoCredits.",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1a1a2e",
  "background_color": "#0a0a14",
  "categories": ["shopping", "food", "finance"],
  "lang": "es-CO",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Marketplace",
      "short_name": "Shopping",
      "url": "/marketplace/cliente.html",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Delivery Food",
      "short_name": "Food",
      "url": "/delivery/cliente.html",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    },
    {
      "name": "Supermarket",
      "short_name": "Super",
      "url": "/supermarket/tienda.html",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192", "type": "image/png"}]
    }
  ]
}
