summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/samples/getviews/manifest.json
blob: 84e18b1403bb675b3bd24dbad10412bf97e4b7be (plain)
1
2
3
4
5
6
7
{
  "name": "ViewTest",
  "description": "Clicking on any toolstrip or background page should 'claim' the 'strong' typeface from the others by calling claim() directly on their window objects",
  "version": "0.1",
  "toolstrips": ["ts1.html", "ts2.html"],
  "background_page": "bg.html"
}