| { |
| "kind": "drive#app", |
| "id": "$AppId", |
| "name": "$AppName", |
| "objectType": "", |
| "supportsCreate": false, |
| "supportsImport": false, |
| "installed": true, |
| "authorized": false, |
| "removable": $Removable, |
| "productUrl": "https://chrome.google.com/webstore/detail/$ProductId", |
| "productId": "$ProductId", |
| "createUrl": "$CreateUrl", |
| "primaryMimeTypes": [ |
| "image/jpeg", |
| "image/png", |
| "application/vnd.google-apps.drive-sdk.876543210000" |
| ], |
| "icons": [ |
| { |
| "category": "application", |
| "size": 10, |
| "iconUrl": "http://www.example.com/10.png" |
| }, |
| { |
| "category": "document", |
| "size": 10, |
| "iconUrl": "http://www.example.com/d10.png" |
| }, |
| { |
| "category": "documentShared", |
| "size": 10, |
| "iconUrl": "http://www.example.com/ds10.png" |
| } |
| ] |
| } |