{
  "name": "CONGO FIRST DELIVERY",
  "short_name": "CONGO FIRST",
  "description": "Delivery app for customers, drivers, shops, pickers, supervisors, and managers.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f7fbf5",
  "theme_color": "#0f6b3f",
  "orientation": "portrait",
  "icons": [
    {
      "src": "app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Driver sign up",
      "short_name": "Driver",
      "description": "Register as a CONGO FIRST DELIVERY driver.",
      "url": "./index.html?signup=driver",
      "icons": [{ "src": "app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Driver jobs",
      "short_name": "Jobs",
      "description": "Open driver work dashboard.",
      "url": "./index.html?role=driver",
      "icons": [{ "src": "app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Customer sign up",
      "short_name": "Customer",
      "description": "Register as a CONGO FIRST DELIVERY customer.",
      "url": "./index.html?signup=customer",
      "icons": [{ "src": "app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Store sign up",
      "short_name": "Store",
      "description": "Register a shop or store.",
      "url": "./index.html?signup=customer_shop",
      "icons": [{ "src": "app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Backend management",
      "short_name": "Backend",
      "description": "Open private CONGO FIRST DELIVERY backend and management install page.",
      "url": "./BACKEND_APP_INSTALL.html",
      "icons": [{ "src": "app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Secure backend setup",
      "short_name": "Security",
      "description": "Open CONGO FIRST DELIVERY secure backend setup.",
      "url": "./BACKEND_SECURITY_SETUP.html",
      "icons": [{ "src": "app-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "All sign up and login links",
      "short_name": "All links",
      "description": "Open all CONGO FIRST DELIVERY signup, login, laptop, and Android links.",
      "url": "./ALL_SIGNUP_LOGIN_LINKS.html",
      "icons": [{ "src": "app-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
