Ten Digit Grid
Ten Digit Grid

Reputation: 2679

manifest.json file not being read by Chrome

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:

enter image description here

Are their special permissions etc that need to be set on the manifest.json file?

Upvotes: 1

Views: 2862

Answers (1)

verstehe_
verstehe_

Reputation: 98

Try putting <link rel="manifest" href="https://www.seekadventure.net/manifest.json"> inside the <head> tags.

Upvotes: 6

Related Questions