{
  "name": "Kanshi \u2014 Wallet Guardian",
  "short_name": "Kanshi",
  "description": "AI-powered blockchain wallet security \u2014 real-time threat detection, 18 chains",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#05080D",
  "theme_color": "#00C896",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": [
    "finance",
    "security",
    "utilities"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Threat Status",
      "short_name": "Status",
      "description": "View current wallet monitoring status",
      "url": "/status?source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Timelock Review",
      "short_name": "Timelocks",
      "description": "Review pending timelock alerts",
      "url": "/timelock-alerts?source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Guardian Vault",
      "short_name": "Vault",
      "description": "Check vault withdrawal status",
      "url": "/guardian-vault?source=shortcut",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "update_via_cache": "none"
  },
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "apple": {
    "statusBarStyle": "black-translucent",
    "precomposedIcon": true
  },
  "related_applications": [],
  "prefer_related_applications": false,
  "id": "/",
  "iarc_rating_id": "",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 380
  },
  "widgets": [
    {
      "name": "Kanshi Monitor",
      "tag": "kanshi-monitor",
      "url": "/status?widget=true",
      "description": "Shows active monitoring status and threat count",
      "screenshots": [
        {
          "src": "/icons/widget-preview.png",
          "sizes": "192x192",
          "label": "Monitoring status"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "purpose": "any maskable"
        }
      ],
      "backgrounds": [
        {
          "color": "#0D1F35"
        }
      ]
    }
  ]
}