Skip to content

Commit

Permalink
update colors in manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills committed May 16, 2024
1 parent cf85b83 commit 203fb39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const cacheName = "luizbills.litecanvas-editor-v1";
const version = "1.51.0";
const version = "1.51.1";

const precacheResources = [
"/",
Expand Down

0 comments on commit 203fb39

Please sign in to comment.