Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit cb4acd1

Browse files
author
estebanlopez
committed
Add edgeextension as valid value for the force manifest option
1 parent eaf8f61 commit cb4acd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/manifestTools/manifestLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ function writeToFile (manifestInfo, filePath, callback) {
157157
}
158158

159159
function listAvailableManifestFormats() {
160-
return [constants.BASE_MANIFEST_FORMAT, constants.CHROME_MANIFEST_FORMAT];
160+
return [constants.BASE_MANIFEST_FORMAT, constants.CHROME_MANIFEST_FORMAT, constants.EDGE_EXTENSION_MANIFEST_FORMAT];
161161
}
162162

163163
module.exports = {

0 commit comments

Comments
 (0)