Similar to this question After publishing my Google Apps app to the Chrome Webstore, it installs as an extension. I can't find my app on google apps marketplace. I use the correct manifest.json as in the google apps marketplace publish section of the developer page (https://developers.google.com/apps-marketplace/listing), But still doesn't appear until these two days. Can someone from google help me on this?
{
"manifest_version" : 2,
"name" : "myApp",
"version" : "1.1.1.1",
"description" : "upload the app",
"icons" : {
"128" : "icons/128x128-icon.png",
"16" : "icons/16x16-icon.png"
},
"container" : ["DOMAIN_INSTALLABLE", "GOOGLE_DRIVE"],
"api_console_project_id" : "123456789012"
}
Thanks.