Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / extensions / hosted_app / manifest.json
bloba249e030881e0fd60daebef657bc0c435fff1544
2   "name": "hosted_app",
3   "version": "0.1",
4   "manifest_version": 2,
5   "description": "Trivial hosted app.",
6   "app": {
7     "urls": [
8       "http://localhost/extensions/hosted_app/main.html"
9     ],
10     "launch": {
11       "web_url": "http://localhost/extensions/hosted_app/main.html"
12     }
13   }