{
  "id": "/",
  "name": "StockPilot.Ng Inventory & Bookkeeping",
  "short_name": "StockPilot",
  "description": "StockPilot.Ng: Comprehensive inventory management and financial bookkeeping tool for Nigerian SMEs. Secure, offline-first, and easy to use.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#232D3F",
  "theme_color": "#0D5D56",
  "prefer_related_applications": false,
  "categories": [
    "business",
    "finance",
    "productivity"
  ],
  "icons": [
    {
      "src": "/Icon.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/Icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/Icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/Logo-StockPilot.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/Logo-StockPilot.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Record Sale",
      "short_name": "Sale",
      "description": "Quickly record a new sale",
      "url": "/?action=new-sale",
      "icons": [{ "src": "/Icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Inventory",
      "short_name": "Stock",
      "description": "View inventory items",
      "url": "/?view=inventory",
      "icons": [{ "src": "/Icon.png", "sizes": "192x192" }]
    }
  ]
}
