{
  "name": "Greenggers",
  "short_name": "Greenggers",
  "description": "Ecosistema de economía circular educativa.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2ecc71",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/public/img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/public/img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/public/img/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
  {
    "src": "/public/img/screenshots/home-mobile.png",
    "sizes": "540x720",
    "type": "image/png"
  },
  {
    "src": "/public/img/screenshots/home-desktop.png",
    "sizes": "1280x720",
    "type": "image/png",
    "form_factor": "wide"
  }
]
}