{
"short_name": "React-Todo",
"name": "My React Extention",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html",
"default_title": "React Ext"
},
"version": "1.0",
"content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'"
}
There might be an error related to sha. Check the error in the console log, it will log a sha .. replace the sha value with the value in the console log
Good reference Link :
https://codeburst.io/how-to-build-a-cross-browser-new-tab-apps-using-react-ba7d223ca6c6
Comments
Post a Comment