summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/app_with_tab_container/manifest.json
blob: 7c519105b867fd6ae7cfe07180f368b56300fe71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "App Test: tab container",
  "version": "1",
  "manifest_version": 2,
  "permissions": [
    "notifications"
  ],
  "app": {
    "launch": {
      "local_path": "empty.html",
      "container": "tab"
    }
  }
}