{
  "name": "PWA File Sync",
  "short_name": "FileSync",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4CAF50",
  "description": "Aplicación para sincronizar archivos entre dispositivos",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192'%3E%3Crect width='192' height='192' fill='%234CAF50'/%3E%3Cpath d='M60 60h72v72H60z' fill='%23fff'/%3E%3Cpath d='M96 48l48 48-48 48V48z' fill='%23fff'/%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Crect width='512' height='512' fill='%234CAF50'/%3E%3Cpath d='M180 180h152v152H180z' fill='%23fff'/%3E%3Cpath d='M256 128l96 96-96 96V128z' fill='%23fff'/%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ]
}