{
  "name": "ZeroDesk — Universal Operations OS",
  "short_name": "ZeroDesk",
  "description": "The universal all-in-one operations, client management, and billing system. Pay nothing to use, pay what you like after use.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#2563eb",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": [
    "business",
    "productivity",
    "utilities",
    "finance"
  ],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today Schedule",
      "short_name": "Today",
      "description": "View daily agenda and active projects",
      "url": "/?tab=today&source=pwa_shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Add New Client",
      "short_name": "New Client",
      "description": "Create a new client record",
      "url": "/?action=new_client&source=pwa_shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "192x192" }]
    },
    {
      "name": "New Job / Project",
      "short_name": "New Work",
      "description": "Create a new project or work item",
      "url": "/?action=new_work&source=pwa_shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Invoices & Billing",
      "short_name": "Invoices",
      "description": "View tax invoices and financial logs",
      "url": "/?tab=money&source=pwa_shortcut",
      "icons": [{ "src": "/favicon.svg", "sizes": "192x192" }]
    }
  ]
}
