summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/manifest_tests/launch_fullscreen_invalid.json
blob: 21cdfc9b0b8884bd49168a9d0e892f1efb21d462 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "test",
  "version": "1",
  "app": {
    "launch": {
      "container": "window",
      "fullscreen": "true",
      "local_path": "bar.html"
    }
  }
}