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

前端 未结 3 964
日久生厌
日久生厌 2021-02-19 08:32

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 09:01

    For the mac it's located here:

    ~/Library/Application Support/Google/Chrome/Default/Extensions
    

    For further reading: Where does Chrome store userscripts.user.js files on a mac?

提交回复
热议问题