diff --git a/debian/changelog b/debian/changelog index c583489f..e4b7bb61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.405.75) stable; urgency=low +hedera-web (1.405.76) stable; urgency=low * Initial Release. diff --git a/package.json b/package.json index bdb974bc..c3791be6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.405.75", + "version": "1.405.76", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": { diff --git a/pages/main/manifest.json b/pages/main/manifest.json index ccfa40bb..815513d8 100644 --- a/pages/main/manifest.json +++ b/pages/main/manifest.json @@ -7,5 +7,6 @@ } ], "start_url": "/index.php", - "display": "standalone" + "display": "standalone", + "theme_color": "#009688" }