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