Top "Manifest.json" questions

The `manifest.

Can't get rid of missing manifest.json error

I'm building an ASP.NET Core app with ReactJs front-end in Visual Studio 2017. Recently, I started to notice the missing …

reactjs visual-studio google-chrome asp.net-core manifest.json
How do I set the start_url of a manifest.json to be the root of the site?

I have a manifest.json and it has a start_url property that I want to point to the first …

javascript progressive-web-apps manifest.json
Manifest: Line: 1, column: 1, Syntax error on Chrome browser

I have a react app that built through npm run build. GET and POST request from the front-end to back-end …

django reactjs google-chrome npm manifest.json
add to home screen not showing up PWA

I've created a Progressive Web App. It's simple, just an index.html, a folder "images" with favicon etc, a sw.…

service-worker progressive-web-apps manifest.json
Manifest.json for progressive web app not working

I am trying to get the manifest.json file working for my web app. Unfortunately it is not working right. …

reactjs progressive-web-apps manifest.json
Manifest.json Unexpected Token

Hello I pushed a react/express project up to heroku (https://polar-oasis-57801.herokuapp.com/) and received the following errors in …

javascript node.js reactjs express manifest.json
jsreact - GET http://localhost:8080/manifest.json 404 (Not Found)

I'm trying to make my existing react application progressive by adding among other things a manifest.json. However it seems …

javascript reactjs webpack http-status-code-404 manifest.json
Icons and manifest.json

What are the recommendation on how to deal with icons in manifest.json? I found this webpack plugin that generates …

javascript html browser service-worker manifest.json
Manifest start_url is not cached by a Service Worker

I'm using Lighthouse to audit my webapp. I'm working through the failures, but I'm stuck on this one: Failures: Manifest …

service-worker progressive-web-apps manifest.json lighthouse