Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / runtime / content_script / manifest.json
blobd5914b5a9f01ce19c66c7e161263520040130606
2   "name": "API test for the runtime API in content scripts",
3   "version": "1",
4   "manifest_version": 2,
5   "content_scripts": [
6     {
7       "matches": ["*://*/webpage.html"],
8       "js": ["content_script.js"]
9     }
10   ]