{
  "name": "A2Z Ship Stores — ERP",
  "short_name": "A2Z ERP",
  "description": "Maritime ERP & CRM — Manage RFQs, quotations, invoices, vessels, and procurement in one platform.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0a0f1e",
  "theme_color": "#0a0f1e",
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "New Quotation",
      "short_name": "Quote",
      "description": "Create a new quotation",
      "url": "/quotations/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "RFQ Terminal",
      "short_name": "RFQs",
      "description": "View incoming RFQ requests",
      "url": "/rfqs",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["business", "productivity"]
}
