{
  "name": "Pachapaints ERP",
  "short_name": "Pachapaints",
  "description": "Manufacturing & trading ERP for Pachapaints — sales, purchases, inventory, payroll, accounting.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0a",
  "theme_color": "#e11d48",
  "lang": "en",
  "dir": "auto",
  "scope": "/",
  "icons": [],
  "shortcuts": [
    {
      "name": "New Sale",
      "short_name": "Sale",
      "url": "/sales/new",
      "description": "Create a new sales invoice"
    },
    {
      "name": "Record Expense",
      "short_name": "Expense",
      "url": "/expenses/new"
    },
    {
      "name": "Notifications",
      "short_name": "Inbox",
      "url": "/notifications"
    }
  ]
}
