diff --git a/manifest.json b/src/manifest.json similarity index 100% rename from manifest.json rename to src/manifest.json diff --git a/manifest.webapp b/src/manifest.webapp similarity index 100% rename from manifest.webapp rename to src/manifest.webapp diff --git a/webapp.manifest.json b/src/webapp.manifest.json similarity index 100% rename from webapp.manifest.json rename to src/webapp.manifest.json diff --git a/webpack.config.js b/webpack.config.js index d1c40ab..ded6968 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -30,9 +30,9 @@ module.exports = { "serviceworker.js", "electron-*.js", "../package.json", - "../manifest.json", - "../manifest.webapp", - "../webapp.manifest.json" + "manifest.json", + "manifest.webapp", + "webapp.manifest.json" ] }) ],