{
  "name": "kaala.ai · DtaaS",
  "short_name": "kaala",
  "description": "Digital Traceability as a Service — open-source GEOINT, GDPR-compliant product passports, audit-ready provenance. kaala · time and space.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "theme_color": "#01696F",
  "background_color": "#000000",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "kaala.ai · DtaaS — Know where things come from"
    },
    {
      "src": "/og-square.png",
      "sizes": "1200x1200",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "kaala.ai · DtaaS — Digital Traceability as a Service"
    }
  ],
  "shortcuts": [
    {
      "name": "Enter the Platform",
      "short_name": "Platform",
      "description": "Open the live demo dashboard",
      "url": "/#/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Trust & Security",
      "short_name": "Trust",
      "description": "How we protect customer data",
      "url": "/#/trust",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Get in touch with kaala.ai",
      "url": "/#/contact",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+kaala",
      "url": "/#/verify?passport=%s"
    }
  ],
  "share_target": {
    "action": "/#/verify",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "passport"
    }
  },
  "edge_side_panel": {
    "preferred_width": 480
  }
}
