{
  "name": "Niorbit Invoice Studio",
  "short_name": "Niorbit",
  "description": "Internal invoice generation and finance operations system.",
  "start_url": "index.php?page=dashboard",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#080b12",
  "theme_color": "#080b12",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/icons/maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Invoice",
      "short_name": "New Invoice",
      "url": "index.php?page=create-invoice",
      "description": "Open the invoice builder"
    },
    {
      "name": "Invoice History",
      "short_name": "History",
      "url": "index.php?page=invoice-history",
      "description": "View invoice records"
    }
  ]
}
