blob: daa5a4ddf0a815c2312d18799af9088c06e8a14f [file] [log] [blame]
{
"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"
}
]
}