Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / incognito / split / manifest.json
blob980df02446eb17ad99ada43894a82363d05c3926
2   "name": "incognito split-mode apitest",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "test that an incognito extension in split mode behaves properly",
6   "background": {
7     "scripts": ["background.js"]
8   },
9   "incognito": "split",
10   "permissions": ["tabs", "bookmarks", "http://*/*"]