{
  "name": "Veritas LMS - Admin Panel",
  "short_name": "Veritas",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#0969DA",
  "description": "Veritas Loan Management System - Professional loan management with M-Pesa integration and bulk SMS. Built by LitWebTech for Veritas Prime Enterprises Ltd. Together We Transform.",
  "categories": ["finance", "business", "productivity"],
  "orientation": "any",
  "dir": "ltr",
  "lang": "en-KE",
  "icons": [
    {
      "src": "public/img/48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "public/img/96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "public/img/144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "public/img/192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "public/img/256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "public/img/384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "public/img/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "public/img/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Veritas LMS Dashboard - Desktop View"
    },
    {
      "src": "public/img/screenshot-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Veritas LMS - Mobile View"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "Open Veritas LMS Dashboard",
      "url": "./admin/app/index.php",
      "icons": [{ "src": "public/img/96.png", "sizes": "96x96" }]
    },
    {
      "name": "Members",
      "short_name": "Members",
      "description": "Manage loan members",
      "url": "./admin/app/members.php",
      "icons": [{ "src": "public/img/96.png", "sizes": "96x96" }]
    },
    {
      "name": "Loans",
      "short_name": "Loans",
      "description": "Manage loan applications",
      "url": "./admin/app/loans.php",
      "icons": [{ "src": "public/img/96.png", "sizes": "96x96" }]
    },
    {
      "name": "Payments",
      "short_name": "Payments",
      "description": "Track loan payments",
      "url": "./admin/app/payments.php",
      "icons": [{ "src": "public/img/96.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "./admin/app/share-handler.php",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "documents",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "developer": {
    "name": "LitWebTech",
    "url": "https://litwebtech.com",
    "email": "info@litwebtech.com"
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
