{
  "name": "CNZ Mail — Command Center",
  "short_name": "CNZ Mail",
  "description": "Congress Network Zambia Email Command Center",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#060d1a",
  "theme_color": "#0a1628",
  "orientation": "any",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "Compose New Email",
      "short_name": "Compose",
      "description": "Write a new email",
      "url": "./index.html?action=compose"
    },
    {
      "name": "All Inboxes",
      "short_name": "Inbox",
      "url": "./index.html"
    }
  ]
}
