Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Side by Side Diff: chrome/test/data/drive/applist_app_template.json

Issue 308003005: app_list: Drive app integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/test/data/drive/applist_empty.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
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": false,
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 ]
36 }
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/test/data/drive/applist_empty.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698