chromium/chrome/test/data/web_apps/mover/migrate_from/a/manifest.webmanifest

{
  "name": "App Migration Tester",
  "description": "This is the migration source! A",
  "start_url": "/web_apps/mover/migrate_from/a/index.html",
  "display": "standalone",
  "theme_color": "#ec9740",
  "scope": "/web_apps/mover/migrate_from/a/",
  "icons": [{
    "src": "icon144.png",
    "sizes": "144x144",
    "type": "image/png"
  }]
}