From 16224d4e55133737c2ae5a4959b307d372ac7706 Mon Sep 17 00:00:00 2001 From: elioat Date: Mon, 15 Jan 2024 18:55:08 -0500 Subject: * --- js/inknswitch/android-icon-144x144.png | Bin 0 -> 12744 bytes js/inknswitch/android-icon-192x192.png | Bin 0 -> 17828 bytes js/inknswitch/android-icon-36x36.png | Bin 0 -> 2356 bytes js/inknswitch/android-icon-48x48.png | Bin 0 -> 3184 bytes js/inknswitch/android-icon-72x72.png | Bin 0 -> 4919 bytes js/inknswitch/android-icon-96x96.png | Bin 0 -> 7235 bytes js/inknswitch/apple-icon-114x114.png | Bin 0 -> 9087 bytes js/inknswitch/apple-icon-120x120.png | Bin 0 -> 9825 bytes js/inknswitch/apple-icon-144x144.png | Bin 0 -> 12744 bytes js/inknswitch/apple-icon-152x152.png | Bin 0 -> 13912 bytes js/inknswitch/apple-icon-180x180.png | Bin 0 -> 17779 bytes js/inknswitch/apple-icon-57x57.png | Bin 0 -> 3736 bytes js/inknswitch/apple-icon-60x60.png | Bin 0 -> 3993 bytes js/inknswitch/apple-icon-72x72.png | Bin 0 -> 4919 bytes js/inknswitch/apple-icon-76x76.png | Bin 0 -> 5281 bytes js/inknswitch/apple-icon-precomposed.png | Bin 0 -> 18370 bytes js/inknswitch/apple-icon.png | Bin 0 -> 18370 bytes js/inknswitch/browserconfig.xml | 2 ++ js/inknswitch/favicon-16x16.png | Bin 0 -> 1349 bytes js/inknswitch/favicon-32x32.png | Bin 0 -> 2168 bytes js/inknswitch/favicon-96x96.png | Bin 0 -> 7235 bytes js/inknswitch/favicon.ico | Bin 0 -> 1150 bytes js/inknswitch/index.html | 17 +++++++++++ js/inknswitch/ink.js | 10 +++++++ js/inknswitch/manifest.json | 47 +++++++++++++++++++++++++++++++ js/inknswitch/ms-icon-144x144.png | Bin 0 -> 12744 bytes js/inknswitch/ms-icon-150x150.png | Bin 0 -> 13521 bytes js/inknswitch/ms-icon-310x310.png | Bin 0 -> 38419 bytes js/inknswitch/ms-icon-70x70.png | Bin 0 -> 4760 bytes js/inknswitch/sw.js | 19 +++++++++++++ 30 files changed, 95 insertions(+) create mode 100644 js/inknswitch/android-icon-144x144.png create mode 100644 js/inknswitch/android-icon-192x192.png create mode 100644 js/inknswitch/android-icon-36x36.png create mode 100644 js/inknswitch/android-icon-48x48.png create mode 100644 js/inknswitch/android-icon-72x72.png create mode 100644 js/inknswitch/android-icon-96x96.png create mode 100644 js/inknswitch/apple-icon-114x114.png create mode 100644 js/inknswitch/apple-icon-120x120.png create mode 100644 js/inknswitch/apple-icon-144x144.png create mode 100644 js/inknswitch/apple-icon-152x152.png create mode 100644 js/inknswitch/apple-icon-180x180.png create mode 100644 js/inknswitch/apple-icon-57x57.png create mode 100644 js/inknswitch/apple-icon-60x60.png create mode 100644 js/inknswitch/apple-icon-72x72.png create mode 100644 js/inknswitch/apple-icon-76x76.png create mode 100644 js/inknswitch/apple-icon-precomposed.png create mode 100644 js/inknswitch/apple-icon.png create mode 100644 js/inknswitch/browserconfig.xml create mode 100644 js/inknswitch/favicon-16x16.png create mode 100644 js/inknswitch/favicon-32x32.png create mode 100644 js/inknswitch/favicon-96x96.png create mode 100644 js/inknswitch/favicon.ico create mode 100644 js/inknswitch/manifest.json create mode 100644 js/inknswitch/ms-icon-144x144.png create mode 100644 js/inknswitch/ms-icon-150x150.png create mode 100644 js/inknswitch/ms-icon-310x310.png create mode 100644 js/inknswitch/ms-icon-70x70.png create mode 100644 js/inknswitch/sw.js (limited to 'js') diff --git a/js/inknswitch/android-icon-144x144.png b/js/inknswitch/android-icon-144x144.png new file mode 100644 index 0000000..8cbc256 Binary files /dev/null and b/js/inknswitch/android-icon-144x144.png differ diff --git a/js/inknswitch/android-icon-192x192.png b/js/inknswitch/android-icon-192x192.png new file mode 100644 index 0000000..ee4e6ba Binary files /dev/null and b/js/inknswitch/android-icon-192x192.png differ diff --git a/js/inknswitch/android-icon-36x36.png b/js/inknswitch/android-icon-36x36.png new file mode 100644 index 0000000..6e00986 Binary files /dev/null and b/js/inknswitch/android-icon-36x36.png differ diff --git a/js/inknswitch/android-icon-48x48.png b/js/inknswitch/android-icon-48x48.png new file mode 100644 index 0000000..fa33ab9 Binary files /dev/null and b/js/inknswitch/android-icon-48x48.png differ diff --git a/js/inknswitch/android-icon-72x72.png b/js/inknswitch/android-icon-72x72.png new file mode 100644 index 0000000..562df81 Binary files /dev/null and b/js/inknswitch/android-icon-72x72.png differ diff --git a/js/inknswitch/android-icon-96x96.png b/js/inknswitch/android-icon-96x96.png new file mode 100644 index 0000000..6124fa5 Binary files /dev/null and b/js/inknswitch/android-icon-96x96.png differ diff --git a/js/inknswitch/apple-icon-114x114.png b/js/inknswitch/apple-icon-114x114.png new file mode 100644 index 0000000..8fdb7e2 Binary files /dev/null and b/js/inknswitch/apple-icon-114x114.png differ diff --git a/js/inknswitch/apple-icon-120x120.png b/js/inknswitch/apple-icon-120x120.png new file mode 100644 index 0000000..6f3d517 Binary files /dev/null and b/js/inknswitch/apple-icon-120x120.png differ diff --git a/js/inknswitch/apple-icon-144x144.png b/js/inknswitch/apple-icon-144x144.png new file mode 100644 index 0000000..8cbc256 Binary files /dev/null and b/js/inknswitch/apple-icon-144x144.png differ diff --git a/js/inknswitch/apple-icon-152x152.png b/js/inknswitch/apple-icon-152x152.png new file mode 100644 index 0000000..143a65b Binary files /dev/null and b/js/inknswitch/apple-icon-152x152.png differ diff --git a/js/inknswitch/apple-icon-180x180.png b/js/inknswitch/apple-icon-180x180.png new file mode 100644 index 0000000..05b1455 Binary files /dev/null and b/js/inknswitch/apple-icon-180x180.png differ diff --git a/js/inknswitch/apple-icon-57x57.png b/js/inknswitch/apple-icon-57x57.png new file mode 100644 index 0000000..c9ff47c Binary files /dev/null and b/js/inknswitch/apple-icon-57x57.png differ diff --git a/js/inknswitch/apple-icon-60x60.png b/js/inknswitch/apple-icon-60x60.png new file mode 100644 index 0000000..01ff46f Binary files /dev/null and b/js/inknswitch/apple-icon-60x60.png differ diff --git a/js/inknswitch/apple-icon-72x72.png b/js/inknswitch/apple-icon-72x72.png new file mode 100644 index 0000000..562df81 Binary files /dev/null and b/js/inknswitch/apple-icon-72x72.png differ diff --git a/js/inknswitch/apple-icon-76x76.png b/js/inknswitch/apple-icon-76x76.png new file mode 100644 index 0000000..81428bf Binary files /dev/null and b/js/inknswitch/apple-icon-76x76.png differ diff --git a/js/inknswitch/apple-icon-precomposed.png b/js/inknswitch/apple-icon-precomposed.png new file mode 100644 index 0000000..4daec91 Binary files /dev/null and b/js/inknswitch/apple-icon-precomposed.png differ diff --git a/js/inknswitch/apple-icon.png b/js/inknswitch/apple-icon.png new file mode 100644 index 0000000..4daec91 Binary files /dev/null and b/js/inknswitch/apple-icon.png differ diff --git a/js/inknswitch/browserconfig.xml b/js/inknswitch/browserconfig.xml new file mode 100644 index 0000000..c554148 --- /dev/null +++ b/js/inknswitch/browserconfig.xml @@ -0,0 +1,2 @@ + +#ffffff \ No newline at end of file diff --git a/js/inknswitch/favicon-16x16.png b/js/inknswitch/favicon-16x16.png new file mode 100644 index 0000000..f392be2 Binary files /dev/null and b/js/inknswitch/favicon-16x16.png differ diff --git a/js/inknswitch/favicon-32x32.png b/js/inknswitch/favicon-32x32.png new file mode 100644 index 0000000..797a845 Binary files /dev/null and b/js/inknswitch/favicon-32x32.png differ diff --git a/js/inknswitch/favicon-96x96.png b/js/inknswitch/favicon-96x96.png new file mode 100644 index 0000000..6124fa5 Binary files /dev/null and b/js/inknswitch/favicon-96x96.png differ diff --git a/js/inknswitch/favicon.ico b/js/inknswitch/favicon.ico new file mode 100644 index 0000000..2bfc677 Binary files /dev/null and b/js/inknswitch/favicon.ico differ diff --git a/js/inknswitch/index.html b/js/inknswitch/index.html index 3f4fbda..4c62315 100644 --- a/js/inknswitch/index.html +++ b/js/inknswitch/index.html @@ -4,6 +4,23 @@ ink n switch + + + + + + + + + + + + + + + + +