﻿{
  "name": "CyberSentinel",
  "short_name": "CyberSentinel",
  "description": "AI-powered cyber safety, scam guidance, evidence support, and reporting assistance for Filipinos.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#020b1f",
  "theme_color": "#020b1f",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities", "security"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [    {
      "name": "PDF Tools",
      "short_name": "PDF",
      "description": "Merge, split, compress, and protect PDF documents.",
      "url": "/pdf-tools"
    },
    {
      "name": "Sentinel AI",
      "short_name": "AI",
      "description": "Open the Sentinel AI workspace.",
      "url": "/ai"
    },
    {
      "name": "CyberSentinel Tools",
      "short_name": "Tools",
      "description": "Open scam checking tools.",
      "url": "/tools"
    },
    {
      "name": "Report Center",
      "short_name": "Report",
      "description": "Open reporting directory modules.",
      "url": "/report-center"
    }
  ]
}

