chromium/chrome/test/data/web_apps/nesting/manifest.json

{
  "name": "Parent app with nested app",
  "icons": [
    {
      "src": "basic-192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "start_url": "index.html",
  "display": "minimal-ui"
}