{
  "id": "miespacio-app",
  "name": "MiEspacio",
  "short_name": "MiEspacio",
  "description": "Find and book trusted local services — pets, beauty, wellness, restaurants and more.",
  "theme_color": "#4f46e5",
  "background_color": "#ffffff",
  "display": "standalone",
  "display_override": ["standalone"],
  "start_url": "/",
  "scope": "/",
  "orientation": "portrait-primary",
  "lang": "es",
  "dir": "ltr",
  "categories": ["lifestyle", "health", "social", "business"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "files", "accept": ["image/jpeg", "image/png", "image/webp", "image/heic"] }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/calendar/import",
      "accept": {
        "text/calendar": [".ics", ".ical", ".ifb"]
      },
      "icons": [
        { "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ],
      "launch_type": "single-client"
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "shortcuts": [
    {
      "name": "Symptom Checker",
      "short_name": "Symptoms",
      "description": "Check your pet's symptoms with our AI guide",
      "url": "/dashboard/symptom-checker",
      "icons": [
        { "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "My Pets",
      "short_name": "Pets",
      "description": "Manage your pets and their health records",
      "url": "/dashboard/pets",
      "icons": [
        { "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Appointments",
      "short_name": "Appointments",
      "description": "View and book upcoming appointments",
      "url": "/dashboard/appointments",
      "icons": [
        { "src": "/img/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
