Skip to content

Commit 09a98a4

Browse files
committed
Add extension id to chrome manifest.json
1 parent 63189b0 commit 09a98a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/deploy.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
module.exports = function(deployTarget) {
55
let ENV = {
6-
'chrome-app': {},
6+
'chrome-app': {
7+
extensionId: 'hllelhahjaghbadpkfbnadckchakmlfh'
8+
},
79
'build': {}
810
};
911

0 commit comments

Comments
 (0)