{
  "id": "com.shieldsense.app",
  "name": "ShieldSense",
  "short_name": "ShieldSense",
  "version": "1.1.0",
  "description": "Cybersecurity awareness app that empowers you to become unhackable through gamified learning and AI-powered protection.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "background_color": "#050508",
  "theme_color": "#22c55e",
  "orientation": "portrait-primary",
  "scope": "/",
  "scope_extensions": [{"origin": "https://shieldsense.app"}],
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "security", "lifestyle"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-dashboard.png",
      "sizes": "896x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard showing your Shield Score and security stats"
    },
    {
      "src": "/screenshots/screenshot-learning.png",
      "sizes": "896x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Learning modules for cybersecurity awareness"
    },
    {
      "src": "/screenshots/screenshot-analyzer.png",
      "sizes": "896x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI-powered threat analyzer tool"
    },
    {
      "src": "/screenshots/screenshot-dashboard-wide.png",
      "sizes": "1280x896",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop dashboard with Shield Score and security overview"
    },
    {
      "src": "/screenshots/screenshot-learning-wide.png",
      "sizes": "1280x896",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop view of cybersecurity learning modules"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your security dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Analyzer",
      "short_name": "Analyzer",
      "description": "Analyze suspicious messages",
      "url": "/tools",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "id": "com.shieldsense.app",
      "url": "https://play.google.com/store/apps/details?id=com.shieldsense.app"
    }
  ],
  "prefer_related_applications": false
}
