{
  "name": "Kanyoza Control",
  "short_name": "Kanyoza",
  "description": "Advanced PWA Bot Admin Portal for Kanyoza Systems Bot",
  "start_url": "/#/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "categories": ["utilities", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/#/",
      "description": "View real-time bot statistics and activities"
    },
    {
      "name": "Posts Manager",
      "url": "/#/posts",
      "description": "Manage scheduled posts and content queues"
    },
    {
      "name": "Live Messenger",
      "url": "/#/messages",
      "description": "Chat with customers in real-time"
    },
    {
      "name": "Guardian Security",
      "url": "/#/guardian",
      "description": "Run security audits and reviews"
    }
  ],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
