{
  "name": "Waste Management Dashboard",
  "short_name": "WasteDash",
  "description": "Advanced waste management system with real-time monitoring, analytics, and operational insights",
  "version": "2.0.0",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#006fee",
  "background_color": "#0f172a",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "productivity",
    "utilities",
    "business"
  ],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCIgd2lkdGg9IjE5MiIgaGVpZ2h0PSIxOTIiPjxyZWN0IHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgZmlsbD0iIzAwNmZlZSIgcng9IjgiLz48cGF0aCBkPSJNMTYgMjBoMzJ2OEgxNnptMCAxMmgzMnY4SDE2em0wIDEyaDI0djhIMTZ6IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjUyIiBjeT0iMzYiIHI9IjQiIGZpbGw9IiM0Q0FGNTCII8L2NpcmNsZT48L3N2Zz4=",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2NCIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxyZWN0IHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgZmlsbD0iIzAwNmZlZSIgcng9IjgiLz48cGF0aCBkPSJNMTYgMjBoMzJ2OEgxNnptMCAxMmgzMnY4SDE2em0wIDEyaDI0djhIMTZ6IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjUyIiBjeT0iMzYiIHI9IjQiIGZpbGw9IiM0Q0FGNTCII8L2NpcmNsZT48L3N2Zz4=",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+wastedash",
      "url": "/?action=%s"
    }
  ],
  "share_target": {
    "action": "/share/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            ".pdf",
            ".csv",
            ".json"
          ]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/import/",
      "accept": {
        "text/csv": [".csv"],
        "application/json": [".json"],
        "application/pdf": [".pdf"]
      }
    }
  ],
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "gcm_sender_id": "103953800507"
} 