mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
fix: add missing scripts field in manifest
This commit is contained in:
parent
ded5f90d4b
commit
4e5683c45e
@ -51,6 +51,11 @@ const manifestInput = {
|
|||||||
open_in_tab: true,
|
open_in_tab: true,
|
||||||
__chrome__chrome_style: false,
|
__chrome__chrome_style: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
background: {
|
||||||
|
scripts: ['js/background.bundle.js'],
|
||||||
|
'__chrome|opera__persistent': false,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = manifestInput;
|
module.exports = manifestInput;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user