web.dev icon indicating copy to clipboard operation
web.dev copied to clipboard

Installation prompt article has a demo page with an error in json, rendering it broken

Open azivkovi opened this issue 2 years ago • 0 comments

On https://web.dev/learn/pwa/installation-prompt/ there is a link to https://mlearn-pwa-web-app-manifest-promotional.glitch.me/ where a demo of PWA prompt should appear. It doesn't because of an error in manifest.json. From console:

Error: Parse error on line 34: ...s": "512x512", } ], } ----------------------^ Expecting 'STRING', got '}'

Problem appears to be a trailing comma.

azivkovi avatar Jul 27 '22 17:07 azivkovi