Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / extensions / activity_log / manifest.json
blob35a26575caddd46204f3c925b466df0c95efc701
2   "name": "Prerender Test Extension",
3   "version": "0.1",
4   "description": "Testing the prerender",
5   "manifest_version": 2,
6   "content_scripts": [
7     {
8       "matches": ["http://www.google.com.bo/*"],
9       "js": ["google_cs.js"],
10       "run_at": "document_start"
11     }
12   ]