fix: add missing scripts field in manifest

This commit is contained in:
abhijithvijayan 2019-10-30 22:07:07 +05:30
parent ded5f90d4b
commit 4e5683c45e

View File

@ -51,6 +51,11 @@ const manifestInput = {
open_in_tab: true,
__chrome__chrome_style: false,
},
background: {
scripts: ['js/background.bundle.js'],
'__chrome|opera__persistent': false,
},
};
module.exports = manifestInput;