{
  "name": "Ok Zone - TV Service Center",
  "short_name": "Ok Zone",
  "description": "TV Service Center Management - Lead & Job Card System",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1d4ed8",
  "theme_color": "#1d4ed8",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "en-IN",
  "shortcuts": [
    {
      "name": "New Inquiry",
      "short_name": "Inquiry",
      "description": "Log a new customer inquiry",
      "url": "/?page=inquiries&action=new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "New Job Card",
      "short_name": "Job Card",
      "description": "Create a new job card",
      "url": "/?page=jobcards&action=new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
