I have a Google Apps Marketplace app with a Chrome Web Store entry. When installing the app from the Web Store using Chrome browser I always get redirected to a blank page with this URL:
This page comes after the OAuth permissions request page, and only appears when installing from Chrome browser. The app installs correctly though, I can see it in the Google Admin console and I am able to use it properly.
This is the Chrome Web Store manifest:
{
"manifest_version": 2,
"name": "App",
"version": "1.43",
"description": "App Description",
"icons": {
"128": "icons/128.png",
"16": "icons/16.png"
},
"container": ["DOMAIN_INSTALLABLE"],
"api_console_project_id": "1234567890"
}