mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02: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,
|
||||
__chrome__chrome_style: false,
|
||||
},
|
||||
|
||||
background: {
|
||||
scripts: ['js/background.bundle.js'],
|
||||
'__chrome|opera__persistent': false,
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = manifestInput;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user