chromium/chrome/test/data/webapps_integration/tabbed/basic.json

{
  "name": "Tabbed",
  "icons": [
    {
      "src": "192x192-red.webp",
      "sizes": "192x192",
      "type": "image/webp"
    },
    {
      "src": "256x256-red.webp",
      "sizes": "256x256",
      "type": "image/webp"
    }
  ],
  "start_url": "/webapps_integration/tabbed/basic.html",
  "scope": "/webapps_integration/tabbed/",
  "display": "standalone",
  "display_override": ["tabbed"]
}