Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / webnavigation / failures / manifest.json
blob21955e669618283cebb8ca4a092651e3a21b0d2d
2   "name": "webNavigation",
3   "version": "1.0",
4   "manifest_version": 2,
5   "description": "Tests the webNavigation API events - failures.",
6   "background": {
7     "page": "test_failures.html"
8   },
9   "permissions": ["webNavigation", "tabs"]