Updated icon

This commit is contained in:
Michael Mainguy 2024-05-07 10:01:10 -05:00
parent 735bd4bb2f
commit ae3a94b8d4
4 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "immersive", "name": "immersive",
"private": true, "private": true,
"version": "0.0.5", "version": "0.0.6",
"type": "module", "type": "module",
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=18.0.0"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -2,6 +2,7 @@
"name": "Deep Diagram", "name": "Deep Diagram",
"display": "standalone", "display": "standalone",
"start_url": "https://www.deepdiagram.com", "start_url": "https://www.deepdiagram.com",
"id": "/",
"scope": "https://www.deepdiagram.com", "scope": "https://www.deepdiagram.com",
"short_name": "Deep Diagram", "short_name": "Deep Diagram",
"theme_color": "#000000", "theme_color": "#000000",

View File

@ -1,5 +1,5 @@
importScripts('https://storage.googleapis.com/workbox-cdn/releases/7.1.0/workbox-sw.js'); importScripts('https://storage.googleapis.com/workbox-cdn/releases/7.1.0/workbox-sw.js');
const VERSION = '3'; const VERSION = '4';
const CACHE = "deepdiagram"; const CACHE = "deepdiagram";
const IMAGEDELIVERY_CACHE = "deepdiagram-images"; const IMAGEDELIVERY_CACHE = "deepdiagram-images";