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