{
  "name": "Computer's Point",
  "short_name": "CP IT",
  "description": "Computer's Point IT hardware, infrastructure, rental and support app.",
  "start_url": "index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f6f8fb",
  "theme_color": "#0f6f69",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "assets/source/logo-new.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "WhatsApp Support",
      "short_name": "Support",
      "description": "Chat with Computer's Point on WhatsApp",
      "url": "contact.html",
      "icons": [{ "src": "assets/source/logo-new.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Services",
      "short_name": "Services",
      "description": "View IT services",
      "url": "services.html",
      "icons": [{ "src": "assets/source/logo-new.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Technical Team App",
      "short_name": "Team App",
      "description": "Open job entry and GPS tracking",
      "url": "technician.html",
      "icons": [{ "src": "assets/source/logo-new.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
