{
  "name": "ARMYSHIELDPH Cyber Trust Protection Network",
  "short_name": "ARMYSHIELD",
  "description": "ARMYSHIELDPH cyber trust protection, verification, monitoring, reports, and threat intelligence platform.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#020610",
  "theme_color": "#24c8ff",
  "orientation": "portrait-primary",
  "categories": ["security", "utilities", "productivity"],
  "icons": [
    {
      "src": "/image/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/image/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Verify",
      "short_name": "Verify",
      "url": "/live-verify.php",
      "icons": [{ "src": "/image/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Member Dashboard",
      "short_name": "Dashboard",
      "url": "/members/dashboard.php",
      "icons": [{ "src": "/image/logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Incident Report",
      "short_name": "Report",
      "url": "/reports/report-incident.php",
      "icons": [{ "src": "/image/logo.png", "sizes": "192x192" }]
    }
  ]
}