Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / drive / applist_app_template.json
blobdaa5a4ddf0a815c2312d18799af9088c06e8a14f
2  "kind": "drive#app",
3  "id": "$AppId",
4  "name": "$AppName",
5  "objectType": "",
6  "supportsCreate": false,
7  "supportsImport": false,
8  "installed": true,
9  "authorized": false,
10  "removable": $Removable,
11  "productUrl": "https://chrome.google.com/webstore/detail/$ProductId",
12  "productId": "$ProductId",
13  "createUrl": "$CreateUrl",
14  "primaryMimeTypes": [
15   "image/jpeg",
16   "image/png",
17   "application/vnd.google-apps.drive-sdk.876543210000"
18  ],
19  "icons": [
20   {
21    "category": "application",
22    "size": 10,
23    "iconUrl": "http://www.example.com/10.png"
24   },
25   {
26    "category": "document",
27    "size": 10,
28    "iconUrl": "http://www.example.com/d10.png"
29   },
30   {
31    "category": "documentShared",
32    "size": 10,
33    "iconUrl": "http://www.example.com/ds10.png"
34   }
35  ]