{
  "short_name": "Zyta",
  "name": "Zyta ERP | Zenith Yield Tenant Automation",
  "id": "/",
  "description": "Unified Enterprise Operating System for Finance, People, and Operations.",
  "categories": ["business", "productivity", "finance", "utilities"],
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#0ea5e9",
  "background_color": "#030712",
  "shortcuts": [
    {
      "name": "Invoices",
      "short_name": "Invoices",
      "description": "View and manage system invoices",
      "url": "/invoices",
      "icons": [{ "src": "logo-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Manage your organization and profile",
      "url": "/settings",
      "icons": [{ "src": "logo-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-desktop.png",
      "sizes": "2560x1440",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Zyta Dashboard - Overview of your enterprise health"
    },
    {
      "src": "screenshot-mobile.png",
      "sizes": "1170x2532",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Zyta Mobile - Manage operations on the go"
    }
  ]
}

