summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/manifest_tests/background_scripts.json
blob: 18d8d6f83cb5633fb5875f66848d4ebc29f234e3 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "test",
  "version": "1",
  "background": {
    "scripts": [
      "foo.js",
      "bar/baz.js"
    ]
  }
}