{
  "id": "/mate-pwa/",
  "name": "Aprende Matemáticas PWA",
  "short_name": "MatePWA",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4A90E2",
  "categories": ["education", "games"],
  "icons": [
    {
      "src": "https://via.placeholder.com/192/4A90E2/ffffff?text=Mate",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://via.placeholder.com/512/4A90E2/ffffff?text=Mate",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}