{
  "name": "The Bench",
  "short_name": "The Bench",
  "description": "A test engineering community by Testeract.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "tabbed",
    "standalone",
    "browser"
  ],
  "orientation": "portrait-primary",
  "background_color": "#000000",
  "theme_color": "#000000",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/home-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BenchTalk feed and Ask the Bench prompt"
    },
    {
      "src": "screenshots/people-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "People directory and Bench Help matching"
    },
    {
      "src": "screenshots/expert-help-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Bench Help requests"
    },
    {
      "src": "screenshots/teams-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Bench Groups workspace"
    },
    {
      "src": "screenshots/home-desktop.png",
      "sizes": "1440x900",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop BenchTalk feed"
    },
    {
      "src": "screenshots/people-desktop.png",
      "sizes": "1440x900",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop people directory"
    }
  ],
  "shortcuts": [
    {
      "name": "Ask the Bench",
      "short_name": "Ask",
      "description": "Post a test engineering issue to The Bench",
      "url": "/#ask",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Bench Messaging",
      "short_name": "Messages",
      "description": "Open Bench Messaging",
      "url": "/#messages",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Bench Help",
      "short_name": "Help",
      "description": "Request Bench Help",
      "url": "/#experts",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+thebench",
      "url": "/?protocol=%s"
    }
  ],
  "share_target": {
    "action": "/?share=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "text/plain",
            "text/csv",
            "application/json",
            "application/pdf"
          ]
        }
      ]
    }
  },
  "tab_strip": {
    "home_tab": {
      "scope_patterns": [
        {
          "pathname": "/"
        }
      ]
    },
    "new_tab_button": {
      "url": "/#home"
    }
  },
  "file_handlers": [
    {
      "action": "/?import=file",
      "accept": {
        "text/plain": [
          ".txt",
          ".log"
        ],
        "text/csv": [
          ".csv"
        ],
        "application/json": [
          ".json"
        ],
        "application/pdf": [
          ".pdf"
        ],
        "image/png": [
          ".png"
        ],
        "image/jpeg": [
          ".jpg",
          ".jpeg"
        ]
      }
    }
  ],
  "edge_side_panel": {
    "preferred_width": 420
  },
  "note_taking": {
    "new_note_url": "/#ask"
  },
  "widgets": {
    "name": "The Bench Activity",
    "short_name": "Activity",
    "description": "Recent BenchTalk, Bench Messaging, and Bench Help activity.",
    "tag": "thebench-activity",
    "url": "/widgets/thebench-activity/",
    "template": "thebench-activity-template",
    "ms_ac_template": "/widgets/thebench-activity-template.json",
    "data": "/widgets/thebench-activity-data.json",
    "type": "application/json",
    "auth": false,
    "update": 3600,
    "multiple": false,
    "icons": [
      {
        "src": "assets/icon-192.png",
        "sizes": "192x192",
        "type": "image/png"
      }
    ],
    "screenshots": [
      {
        "src": "widgets/thebench-widget-screenshot.png",
        "sizes": "600x400",
        "type": "image/png",
        "platform": "Windows",
        "label": "The Bench activity widget"
      }
    ],
    "actions": [
      {
        "action": "ask-the-bench",
        "title": "Ask the Bench",
        "icons": [
          {
            "src": "assets/icon-192.png",
            "sizes": "192x192"
          }
        ]
      },
      {
        "action": "open-messages",
        "title": "Bench Messaging",
        "icons": [
          {
            "src": "assets/icon-192.png",
            "sizes": "192x192"
          }
        ]
      }
    ],
    "ms-ac": {
      "prefer": "medium",
      "medium": "/widgets/thebench-activity-template.json"
    }
  },
  "related_applications": [
    {
      "platform": "play",
      "id": "com.testeract.thebench"
    },
    {
      "platform": "webapp",
      "url": "https://thebench.social/manifest.json"
    }
  ],
  "scope_extensions": [
    {
      "type": "origin",
      "origin": "https://testeract.com"
    }
  ]
}
