manifest.json vs manifest.webmanifest
问题 I'm developing an application using mongodb, Node.JS and PWA. In the first step of developing I don't know what is the difference between manifest.json and manifest.webmanifest . 回答1: Actually there are no big difference rather than naming. So just use which you prefer: "/manifest.json" or href="/manifest.webmanifest" just don't forget that MIME type has to be: application/manifest+json in both cases. <link rel="manifest" href="/manifest.json"> <link rel="manifest" href="/manifest.webmanifest