diff --git a/main.html b/main.html new file mode 100644 index 0000000..7fd71b7 --- /dev/null +++ b/main.html @@ -0,0 +1,28 @@ + + + + + + + + <%= htmlWebpackPlugin.options.title %> + + + + + + + + + + + +
+ + + diff --git a/manifest.json b/manifest.json index 2fd21f6..75c4967 100644 --- a/manifest.json +++ b/manifest.json @@ -113,6 +113,7 @@ "base" : "./" }, "domain" : "https://app.btcoinmt.com", - "title" : "BTCoinmt" + "title" : "BTCoinmt", + "template" : "main.html" } }