summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/manifest_tests/launch_tab.json
blob: 60f6c45467fb74042fa212c48255147060fa8506 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "test",
  "version": "1",
  "app": {
    "launch": {
      "container": "tab",
      "local_path": "foo.html"
    }
  }
}