support node6
This commit is contained in:
parent
a6c39af39d
commit
049ab1234c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ let AdmZip = require('adm-zip');
|
|||
let manifest = require('../manifest');
|
||||
|
||||
manifest.iconFiles = function() {
|
||||
return Object.values(this.icons);
|
||||
return Object.keys(this.icons).map(key => this.icons[key]);
|
||||
};
|
||||
|
||||
manifest.contentScriptFiles = function() {
|
||||
|
|
Reference in a new issue