{
  "name": "WePortal",
  "short_name": "WePortal",
  "description": "A personal tools portal with finance tracking, calculations, tasks, and more.",
  "start_url": "index.php",
  "display": "standalone",
  "background_color": "#06070B",
  "theme_color": "#7C3AED",
  "orientation": "any",
  "icons": [
    {
      "src": "assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
