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

前端 未结 3 1018
后悔当初
后悔当初 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:37

    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?

    0 讨论(0)
  • 2021-02-19 08:44

    In linux mine are located in .config directory:

    ./.config/google-chrome/Default/Extensions/bjnkloegafmkhgpjglcbldhaokjpandj/1.0.0.0_0/manifest.json
    ./.config/google-chrome/Default/Extensions/gbammbheopgpmaagmckhpjbfgdfkpadb/1.9.1.8_0/manifest.json
    ./.config/google-chrome/Default/Extensions/aknpkdffaafgjchaibgeefbgmgeghloj/1.1.2.1_0/_locales/ar/messages.json
    ./.config/google-chrome/Default/Extensions/aknpkdffaafgjchaibgeefbgmgeghloj/1.1.2.1_0/_locales/zh-TW/messages.json
    ./.config/google-chrome/Default/Extensions/aknpkdffaafgjchaibgeefbgmgeghloj/1.1.2.1_0/_locales/es-419/messages.json
    ./.config/transmission/settings.json
    ./.config/transmission/stats.json
    
    0 讨论(0)
  • 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
    
    0 讨论(0)
提交回复
热议问题