Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / extensions / manifest_tests / hosted_app_file_options.json
blobe811d5ca6b7425efa733ca27045b0872cc46809e
2   "name": "test",
3   "version": "1",
4   "app": {
5     "urls": [
6       "http://www.google.com/mail/"
7     ],
8     "launch": {
9       "web_url": "http://www.google.com/mail/"
10     }
11   },
12   "permissions": [
13     "notifications"
14   ],
15   "options_page": "file:///options.html"