diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d0fedc84..bedd1301 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -19,9 +19,9 @@ todo: manifest / favicon convert to green/blue shirt from yellow tiny icon used in windows when chrome install used no image at all used in Android when chrome install used iPad: pending testing (charging - -todo: turn off generating map files in release build see if it's faster all around, maybe don't need them? -`` one was 12mb for ts worker.map + +todo: client build, turn off generating manifest.json as I have a static one already + todo: login, large view, branded logo and footer text not centered equally? diff --git a/ayanova/public/index.html b/ayanova/public/index.html index 061dc00e..b6f1ad68 100644 --- a/ayanova/public/index.html +++ b/ayanova/public/index.html @@ -4,13 +4,10 @@ - - - - - - - + + + + AyaNova diff --git a/ayanova/public/site.webmanifest b/ayanova/public/manifest.json similarity index 100% rename from ayanova/public/site.webmanifest rename to ayanova/public/manifest.json diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index bbb854b1..db856600 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.0-alpha.75", + version: "8.0.0-alpha.76", copyright: "© 1999-2020, Ground Zero Tech-Works Inc." }; diff --git a/ayanova/vue.config.js b/ayanova/vue.config.js index ef3859f1..92589c7a 100644 --- a/ayanova/vue.config.js +++ b/ayanova/vue.config.js @@ -26,8 +26,10 @@ module.exports = { pwa: { //https://cli.vuejs.org/core-plugins/pwa.html#configuration + // manifestPath: "manifest.json", name: "AyaNova", themeColor: "#00205B", + msTileColor: "#ffc40d", workboxPluginMode: "InjectManifest", workboxOptions: { swSrc: "./src/sw.js",