{
  "name": "Dehongi Technology Consulting",
  "short_name": "Dehongi",
  "description": "Expert technology consulting services for digital transformation, cloud integration, and AI solutions",
  "start_url": "/?source=pwa",
  "scope": "/",
  "icons": [
    {
      "src": "/static/pwa/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/pwa/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/pwa/web-app-manifest-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "theme_color": "#0d6efd",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "categories": [
    "business",
    "technology",
    "consulting"
  ],
  "dir": "ltr",
  "lang": "en-US",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Contact Us",
      "url": "/contact",
      "description": "Get in touch with our consultants"
    },
    {
      "name": "Our Services",
      "url": "/services",
      "description": "View our consulting services"
    }
  ]
}