{
  "name": "CIFER - Cybersecurity Impact & Financial Estimation of Risk",
  "short_name": "CIFER",
  "description": "CIFER — Decrypting the Cost of Cybersecurity. Comprehensive cybersecurity financial estimation and compliance assessment platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e40af",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "categories": ["business", "security", "finance", "productivity"],
  "lang": "en-US",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Risk Assessment",
      "short_name": "New Assessment",
      "description": "Start a new cybersecurity risk assessment",
      "url": "/risk-assessment",
      "icons": [
        {
          "src": "/icons/assessment-icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Assessment History",
      "short_name": "History",
      "description": "View your previous risk assessments",
      "url": "/assessment-history",
      "icons": [
        {
          "src": "/icons/history-icon.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Admin Dashboard",
      "short_name": "Admin",
      "description": "Access administrative controls",
      "url": "/admin",
      "icons": [
        {
          "src": "/icons/admin-icon.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-screenshot.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/mobile-screenshot.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.rapllc.cifer",
      "id": "com.rapllc.cifer"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/cyberrisk-assessment/id123456789"
    }
  ],
  "prefer_related_applications": false
}