diff --git a/package.json b/package.json index c8a50b3b..68011483 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "2.6.0", "type": "module", "engines": { - "node": "^12.20.0 || ^14.13.1 || ^16.0.0 || ^18.0.0 || ^20.0.0" + "node": "^12.20.0 || ^14.13.1 || ^16.0.0 || ^18.0.0" }, "scripts": { "lint": "standard && standard --plugin html 'src/routes/**/*.html'", diff --git a/src/build/manifest.json b/src/build/manifest.json index 591d219c..a50b6f56 100644 --- a/src/build/manifest.json +++ b/src/build/manifest.json @@ -30,6 +30,26 @@ } }, "icons": [ + { + "src": "icon-48.png", + "sizes": "48x48", + "type": "image/png" + }, + { + "src": "icon-72.png", + "sizes": "72x72", + "type": "image/png" + }, + { + "src": "icon-96.png", + "sizes": "96x96", + "type": "image/png" + }, + { + "src": "icon-144.png", + "sizes": "144x144", + "type": "image/png" + }, { "src": "icon-192.png", "sizes": "192x192", @@ -40,6 +60,45 @@ "sizes": "512x512", "type": "image/png" }, + { + "src": "icon-44.png", + "sizes": "44x44", + "type": "image/png" + }, + { + "src": "icon-50.png", + "sizes": "50x50", + "type": "image/png" + }, + { + "src": "icon-150.png", + "sizes": "150x150", + "type": "image/png" + }, + { + "src": "icon-48-maskable.png", + "sizes": "48x48", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "icon-72-maskable.png", + "sizes": "72x72", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "icon-96-maskable.png", + "sizes": "96x96", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "icon-144-maskable.png", + "sizes": "144x144", + "type": "image/png", + "purpose": "maskable" + }, { "src": "icon-192-maskable.png", "sizes": "192x192", diff --git a/static/icon-144-maskable.png b/static/icon-144-maskable.png new file mode 100644 index 00000000..d8819ff1 Binary files /dev/null and b/static/icon-144-maskable.png differ diff --git a/static/icon-144.png b/static/icon-144.png new file mode 100755 index 00000000..7c7d5381 Binary files /dev/null and b/static/icon-144.png differ diff --git a/static/icon-150.png b/static/icon-150.png new file mode 100644 index 00000000..967eb2ee Binary files /dev/null and b/static/icon-150.png differ diff --git a/static/icon-44.png b/static/icon-44.png new file mode 100644 index 00000000..af38b47e Binary files /dev/null and b/static/icon-44.png differ diff --git a/static/icon-48-maskable.png b/static/icon-48-maskable.png new file mode 100644 index 00000000..df98e0c8 Binary files /dev/null and b/static/icon-48-maskable.png differ diff --git a/static/icon-48.png b/static/icon-48.png new file mode 100755 index 00000000..f031b8e0 Binary files /dev/null and b/static/icon-48.png differ diff --git a/static/icon-50.png b/static/icon-50.png new file mode 100644 index 00000000..d819cf6d Binary files /dev/null and b/static/icon-50.png differ diff --git a/static/icon-72-maskable.png b/static/icon-72-maskable.png new file mode 100644 index 00000000..77c71188 Binary files /dev/null and b/static/icon-72-maskable.png differ diff --git a/static/icon-72.png b/static/icon-72.png new file mode 100755 index 00000000..7c180221 Binary files /dev/null and b/static/icon-72.png differ diff --git a/static/icon-96-maskable.png b/static/icon-96-maskable.png new file mode 100644 index 00000000..d6e8a955 Binary files /dev/null and b/static/icon-96-maskable.png differ diff --git a/static/icon-96.png b/static/icon-96.png new file mode 100755 index 00000000..f70f3faf Binary files /dev/null and b/static/icon-96.png differ