Struggling with a conflict between my development environment and the the Chrome Web Store.
Basically, I have a feature in my app whereby a user can log into the app using their Google+ account and everything works locally with a "key" value set in the manifest.json however the Chrome Web Store prevents any app from being uploaded with this "key" in the manifest.json.
If I remove the "key" entry from the manifest then chrome.identity.getAuthToken no longer works.
Does anyone have any clue as to how I can keep the getAuthToken function working without the "key"?