{
  "name": "IBOToolbox.space",
  "short_name": "IBOToolbox",
  "description": "Install IBOToolbox.space as a mobile-first growth, advertising, creator and rewards app.",
  "start_url": "/login.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "browser"
  ],
  "orientation": "portrait",
  "background_color": "#050b22",
  "theme_color": "#2563ff",
  "categories": [
    "business",
    "productivity",
    "social"
  ],
  "shortcuts": [
    {
      "name": "Login",
      "url": "/login.php",
      "description": "Sign in to IBOToolbox"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard/index.php",
      "description": "Open your growth hub"
    },
    {
      "name": "Traffic Viewer",
      "url": "/dashboard/viewer.php",
      "description": "Earn credits from campaigns"
    },
    {
      "name": "Notifications",
      "url": "/notifications.php",
      "description": "View alerts"
    }
  ],
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}