{
  "id": "/receiving/mobile",
  "name": "Blue by Everound",
  "short_name": "Blue",
  "description": "Mobile MSP workspace for tickets, Receiving, tasks, and notifications. Supported Receiving actions can continue offline after their data is prepared.",
  "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": [
            "application/pdf",
            "image/heic",
            "image/heif",
            "image/jpeg",
            "image/png",
            "image/webp",
            "text/csv",
            "text/plain",
            ".csv",
            ".heic",
            ".heif",
            ".jpeg",
            ".jpg",
            ".pdf",
            ".png",
            ".txt",
            ".webp"
          ]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/share/handler",
      "accept": {
        "application/pdf": [".pdf"],
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/webp": [".webp"]
      },
      "launch_type": "single-client"
    }
  ],
  "protocol_handlers": [
    { "protocol": "web+blue", "url": "/?protocol=%s" }
  ],
  "icons": [
    {
      "src": "/brand/everound-mark.png",
      "sizes": "192x192",
      "type": "image/png",
      "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"
    },
    {
      "src": "/icons/icon-512-monochrome.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ],
  "shortcuts": [
    {
      "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 Chat",
      "short_name": "Chat",
      "description": "Ask Blue about tickets, client operations, and connected systems.",
      "url": "/blue-chat",
      "icons": [{ "src": "/icons/shortcuts/blue-chat.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
