My manifest file is in the root folder, referenced in the _Layout view as following:
<link rel="manifest" href="~/manifest.json">
The file structure is as following:
{
"gcm_sender_id": "MY_Sender_Id",
"permissions": [
"gcm"
]
}
Keep getting 401 unauthorized, in chrome dev tools under the application tab, this is what I get: