{
  "name": "AccounTix — Financial Management",
  "short_name": "AccounTix",
  "description": "Professional accounting and financial management platform",
  "start_url": "/accounting/index.php",
  "scope": "/accounting/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0e1a",
  "theme_color": "#7c3aed",
  "categories": ["finance", "business", "productivity"],
  "lang": "en",
  "icons": [
    {
      "src": "/accounting/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/accounting/icons/icon.php?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/accounting/icons/icon.php?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/accounting/icons/icon.php?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/accounting/icons/icon.php?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/accounting/admin/dashboard.php",
      "description": "View admin dashboard"
    },
    {
      "name": "New Transaction",
      "short_name": "Transaction",
      "url": "/accounting/admin/transaction.php",
      "description": "Create a new transaction"
    },
    {
      "name": "All Users",
      "short_name": "Users",
      "url": "/accounting/admin/users.php",
      "description": "Manage users"
    }
  ],
  "screenshots": []
}
