{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "id": "/?source=pwa",
  "name": "Krissis 4.1V — The Web Intelligence Browser",
  "short_name": "Krissis 4.1V",
  "description": "Autonomous Web Intelligence Browser with multi-source retrieval, epistemic reasoning, entity resolution, and deep evidence synthesis.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "tabbed",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "theme_color": "#030712",
  "background_color": "#020617",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "productivity",
    "utilities",
    "education",
    "news"
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=in.consultbtg.krissis",
      "id": "in.consultbtg.krissis"
    },
    {
      "platform": "webapp",
      "url": "https://bqa.consultbtg.in/manifest.json"
    }
  ],
  "scope_extensions": [
    {
      "origin": "https://bqa.consultbtg.in"
    },
    {
      "origin": "https://consultbtg.in"
    }
  ],
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "note_taking": {
    "new_note_url": "/?action=new-note"
  },
  "file_handlers": [
    {
      "action": "/?action=open-file",
      "name": "KRISSIS Intelligence File",
      "accept": {
        "text/plain": [".txt", ".md"],
        "application/json": [".json"],
        "application/pdf": [".pdf"]
      },
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+krissis",
      "url": "/?query=%s"
    }
  ],
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Research Query",
      "short_name": "Research",
      "description": "Launch deep multi-pass web intelligence reasoning",
      "url": "/?action=research",
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Live News Feed",
      "short_name": "Live News",
      "description": "Access real-time verified intelligence headlines",
      "url": "/?action=news",
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Voice Intelligence",
      "short_name": "Voice",
      "description": "Start bidirectional voice-to-voice reasoning session",
      "url": "/?action=voice",
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "KRISSIS 4.1V Desktop Intelligence Workspace"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "KRISSIS 4.1V Mobile Autonomous Reasoner"
    }
  ],
  "widgets": [
    {
      "name": "KRISSIS Quick Search",
      "short_name": "Search",
      "description": "Instant web intelligence query",
      "tag": "krissis-quick-search",
      "template": "widget-search",
      "ms_ac_template": "/widgets/search.json",
      "data": "/api/telemetry/stats",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshot-mobile.png",
          "sizes": "720x1280",
          "label": "KRISSIS Quick Search Widget"
        }
      ],
      "icons": [
        {
          "src": "/pwa-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/?action=share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
