Posts

Showing posts from July, 2018

manifest file

Image
1. manifest.json file   we need to create a manifest .json file and need to add this file in the head section of all the pages         so   that configuration which we have written in this file will be applied to all the pages . ex- <link rel="manifest" href="/manifest.json"> 2.  what does manifest.json file contains    

References