What is a manifest.json file, and where can I find it on my machine?

前端 未结 3 1028
后悔当初
后悔当初 2021-02-19 08:00

I assume that it is for chrome. I have read that I can set the permissions in that file to avoid XSS errors while developing.

3条回答
  •  长发绾君心
    2021-02-19 08:53

    There are many json files for your chrome experience from Native chrome json files to json files for chrome extensions. Most of them can be found at

    C:\Users\username\AppData\Local\Google\Chrome\
    

    Most manifest.json files are found for extensions in

    C:\Users\username\AppData\Local\Google\Chrome\User Data\Default\Extensions
    

提交回复
热议问题