chromium/chrome/test/data/web_app_info/invalid_urls.json

{
  "name": "hello",
  "launch_url": "launch_url",
  "urls": [
    "relative",
    "http://example.com/valid_absolute",
    "http://someotherdomain.com/invalid_absolute"
  ]
}