Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / extensions / manifest_tests / webview_accessible_resources_invalid5.json
blobac07faeec5fd9af80ff9fe3182e6c7bf386b94af
2   "name": "test",
3   "version": "2",
4   "manifest_version": 2,
5   "permissions": [
6     "webview"
7   ],
8   "app": {
9     "background": {
10       "scripts": ["test.js"]
11     }
12   },
13   "webview": {
14     "partitions": [
15       {
16       }
17     ]
18   }