chromium/chrome/test/data/web_apps/subapps_isolated_app/sub2/page.html

<!doctype html>
<html>
  <head>
    <title>Sub App 2</title>
    <link rel="manifest" href="./manifest.webmanifest" type="text/html"/>
    <link rel="icon" href="/subapps_icon.png" type="image/x-icon"/>
  </head>
  <body>
    <h1>Sub App 2</h1>
  </body>
</html>