Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / incognito / dont_create_profile / manifest.json
blob2617e2629809e9197a1e38f7c06d2ab579a2b3a2
2   "name": "incognito apitest",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "test that an incognito extension can't accidentially create an OTR profile",
6   "background": {
7     "scripts": ["background.js"]
8   },
9   "permissions": ["tabs", "cookies"]