chromium/chrome/test/data/extensions/manifest_tests/background_scripts.json

{
  "name": "test",
  "version": "1",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "foo.js",
      "bar/baz.js"
    ]
  }
}