{
  "name": "KINGA — Your Wallet's Bodyguard",
  "short_name": "KINGA",
  "description": "AI-powered crypto transaction protection. Scan any token. Monitor your wallets 24/7.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0A0F1E",
  "background_color": "#0A0F1E",
  "categories": ["finance", "security", "crypto"],
  "icons": [
    {
      "src": "/icons/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/pwa-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Scan Token",
      "short_name": "Scan",
      "url": "/?source=pwa#scan",
      "description": "Scan a token contract address"
    },
    {
      "name": "Sentinel Monitor",
      "short_name": "Sentinel",
      "url": "/sentinel?source=pwa",
      "description": "View your wallet monitoring dashboard"
    }
  ]
}
