{
  "name": "Chill-LOC Cold-Chain Monitor",
  "short_name": "Chill-LOC",
  "description": "Professional cold-chain monitoring platform. Real-time temperature tracking, automated alerts, and HACCP compliance for fridges, freezers, and cold rooms.",
  "start_url": "/chill/index.html",
  "scope": "/chill/",
  "id": "/chill/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#070A12",
  "theme_color": "#67E8F9",
  "dir": "ltr",
  "lang": "en",
  "categories": ["business", "productivity", "utilities"],
  "iarc_rating_id": "",
  
  "icons": [
    {
      "src": "/chill/assets/brand/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/chill/assets/brand/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/chill/assets/brand/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/chill/assets/brand/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View live temperature readings and device status",
      "url": "/chill/pages/dashboard.html",
      "icons": [{"src": "/chill/assets/brand/shortcut-dashboard.svg", "sizes": "96x96", "type": "image/svg+xml"}]
    },
    {
      "name": "HACCP Tasks",
      "short_name": "Tasks",
      "description": "View and complete daily HACCP compliance tasks",
      "url": "/chill/pages/haccp-tasks.html",
      "icons": [{"src": "/chill/assets/brand/shortcut-tasks.svg", "sizes": "96x96", "type": "image/svg+xml"}]
    },
    {
      "name": "Temperature Logs",
      "short_name": "Logs",
      "description": "Review temperature history and reports",
      "url": "/chill/pages/temperature-logs.html",
      "icons": [{"src": "/chill/assets/brand/shortcut-logs.svg", "sizes": "96x96", "type": "image/svg+xml"}]
    },
    {
      "name": "Alarm History",
      "short_name": "Alarms",
      "description": "View past temperature and door alarms",
      "url": "/chill/pages/alarm-history.html",
      "icons": [{"src": "/chill/assets/brand/shortcut-alarms.svg", "sizes": "96x96", "type": "image/svg+xml"}]
    }
  ],
  
  "screenshots": [
    {
      "src": "/chill/Img/Screenshot 2026-01-25 073231.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard showing real-time temperature monitoring"
    },
    {
      "src": "/chill/Img/Screenshot 2026-01-25 073353.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "HACCP task management for daily compliance"
    },
    {
      "src": "/chill/Img/Screenshot 2026-01-25 073248.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile dashboard view"
    }
  ],
  
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  
  "handle_links": "preferred",
  
  "edge_side_panel": {
    "preferred_width": 400
  },
  
  "protocol_handlers": [
    {
      "protocol": "web+chilloc",
      "url": "/chill/pages/dashboard.html?action=%s"
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false
}
