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