{
  "name": "SyncGastos",
  "short_name": "SyncGastos",
  "description": "Aplicacion para gestionar y sincronizar tus gastos.",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "scope": "./",
  "start_url": "./",
  "background_color": "#f8fafc",
  "theme_color": "#0ea5e9",
  "orientation": "portrait",
  "syncgastos_context": {
    "requires_service_worker": true,
    "installed_display_modes": ["standalone", "fullscreen", "minimal-ui"],
    "web_channel": "BROWSER",
    "installed_channel": "PUSH_INSTALLED"
  },
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
