{
  "id": "/receiving/mobile",
  "name": "Blue by Everound",
  "short_name": "Blue",
  "description": "Blue by Everound — MSP operations dashboard with offline-capable mobile receiving.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0a0a0f",
  "theme_color": "#0a0a0f",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 480
  },
  "share_target": {
    "action": "/share/inbound",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "application/pdf", "text/csv", "text/plain", ".csv", ".pdf"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/share/handler",
      "accept": {
        "application/pdf": [".pdf"],
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"]
      },
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    { "protocol": "web+blue", "url": "/?protocol=%s" }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshots/dashboard-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Operations dashboard with live SLA, dispatch, and alert widgets"
    },
    {
      "src": "/icons/screenshots/receiving-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Purchase order receiving — scan, match, and confirm stock"
    },
    {
      "src": "/icons/screenshots/tasks-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Tasks board for projects, sections, and team work"
    },
    {
      "src": "/icons/screenshots/receiving-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile receiving — built for the warehouse floor"
    },
    {
      "src": "/icons/screenshots/agent-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Blue Agent — chat across Immy, Ninja, sync, and more"
    },
    {
      "src": "/icons/screenshots/dashboard-mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Blue by Everound on mobile"
    }
  ],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Onsite",
      "short_name": "Onsite",
      "description": "Field playbooks for onsite ticket evidence and photos.",
      "url": "/field",
      "icons": [{ "src": "/icons/shortcuts/onsite.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Mobile Receiving",
      "short_name": "Receiving",
      "description": "Scan purchase orders and receive stock from the warehouse floor.",
      "url": "/receiving/mobile",
      "icons": [{ "src": "/icons/shortcuts/receiving.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Blue Build",
      "short_name": "Build",
      "description": "Compose quotes, BOMs, and proposals.",
      "url": "/blue-build",
      "icons": [{ "src": "/icons/shortcuts/blue-build.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Automation",
      "short_name": "Automation",
      "description": "Design and run workflow automations.",
      "url": "/automation",
      "icons": [{ "src": "/icons/shortcuts/automation.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
