{
  "name": "Sonómetro PWA",
  "short_name": "Sonómetro",
  "description": "Una aplicación web descargable para medir decibelios en tiempo real.",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#00ff88",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://cdn-icons-png.flaticon.com/512/860/860341.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}