Reputation: 2679
My pages have this line in them to point to the manifest.json file:
<link rel="manifest" href="https://www.seekadventure.net/manifest.json">
You can see in the chrome console here it is not being recognized:
Are their special permissions etc that need to be set on the manifest.json file?
Upvotes: 1
Views: 2862
Reputation: 98
Try putting <link rel="manifest" href="https://www.seekadventure.net/manifest.json">
inside the <head>
tags.
Upvotes: 6