Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / incognito / apis / manifest.json
bloba96ed884b99d2be23e757c0ef9d2181f19e065af
2   "name": "incognito apitest",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "test that an incognito extension behaves properly",
6   "background": {
7     "scripts": ["background.js"]
8   },
9   "permissions": ["tabs", "http://*/*"]