Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / extensions / platform_apps / extension_view / manifest.json
blob6b23c8561d1cb280f28c308a595fc9b1d9217295
2   "name": "Platform App Test: <extensionview>",
3   "version": "1",
4   "permissions": [
5     "extensionview"
6   ],
7   "app": {
8     "background": {
9       "scripts": ["test.js"]
10     }
11   }