{
  "name": "Eidhak Trading PLC · Inventory",
  "short_name": "Eidhak",
  "description": "Spice & coffee inventory management for Eidhak Trading PLC — track raw materials, blends, batches, and invoices end-to-end.",
  "start_url": "./index.html",
  "scope": "./",
  "id": "/eidhak-inventory",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#FAFBF7",
  "theme_color": "#15803D",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "New Invoice",
      "short_name": "Invoice",
      "description": "Create a new sales invoice",
      "url": "./index.html#invoices",
      "icons": [{ "src": "icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Raw Spices",
      "short_name": "Raw",
      "description": "Manage raw spice inventory",
      "url": "./index.html#raw",
      "icons": [{ "src": "icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "Coffee Inventory",
      "short_name": "Coffee",
      "description": "Manage coffee batches",
      "url": "./index.html#coffee",
      "icons": [{ "src": "icon.svg", "sizes": "192x192" }]
    }
  ]
}
