From 203fb39ba08f82011786f3e086882a17749d342c Mon Sep 17 00:00:00 2001 From: Luiz Bills Date: Thu, 16 May 2024 20:42:01 -0300 Subject: [PATCH] update colors in manifest.json --- public/manifest.json | 4 ++-- public/sw.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index ea4dc5c..1ddc4fe 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -4,8 +4,8 @@ "id": "litecanvas", "description": "litecanvas is a lightweight HTML5 canvas engine suitable for small games and animations for people who enjoy coding: there is no fancy interface, no visual helpers, no gui tools... just coding.", "start_url": ".", - "background_color": "#000", - "theme_color": "#ffc76e", + "background_color": "#101820", + "theme_color": "#fac800", "display": "standalone", "categories": ["education", "games", "development"], "lang": "en", diff --git a/public/sw.js b/public/sw.js index d65d100..153dd28 100644 --- a/public/sw.js +++ b/public/sw.js @@ -1,5 +1,5 @@ const cacheName = "luizbills.litecanvas-editor-v1"; -const version = "1.51.0"; +const version = "1.51.1"; const precacheResources = [ "/",