diff --git a/css/tailwind.min.css b/css/tailwind.min.css index e501bb7..39b3a03 100644 --- a/css/tailwind.min.css +++ b/css/tailwind.min.css @@ -1404,6 +1404,10 @@ Ensure the default browser behavior of the `hidden` attribute. } @media (min-width: 768px) { + .md\:block { + display: block; + } + .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } diff --git a/images/icons/apple-touch-icon-114x114.png b/images/icons/apple-touch-icon-114x114.png new file mode 100644 index 0000000..511176d Binary files /dev/null and b/images/icons/apple-touch-icon-114x114.png differ diff --git a/images/icons/apple-touch-icon-120x120.png b/images/icons/apple-touch-icon-120x120.png new file mode 100644 index 0000000..5ccd3c0 Binary files /dev/null and b/images/icons/apple-touch-icon-120x120.png differ diff --git a/images/icons/apple-touch-icon-144x144.png b/images/icons/apple-touch-icon-144x144.png new file mode 100644 index 0000000..b520d08 Binary files /dev/null and b/images/icons/apple-touch-icon-144x144.png differ diff --git a/images/icons/apple-touch-icon-152x152.png b/images/icons/apple-touch-icon-152x152.png new file mode 100644 index 0000000..edc9ec8 Binary files /dev/null and b/images/icons/apple-touch-icon-152x152.png differ diff --git a/images/icons/apple-touch-icon-180x180.png b/images/icons/apple-touch-icon-180x180.png new file mode 100644 index 0000000..160c1c0 Binary files /dev/null and b/images/icons/apple-touch-icon-180x180.png differ diff --git a/images/icons/apple-touch-icon-57x57.png b/images/icons/apple-touch-icon-57x57.png new file mode 100644 index 0000000..2407efe Binary files /dev/null and b/images/icons/apple-touch-icon-57x57.png differ diff --git a/images/icons/apple-touch-icon-72x72.png b/images/icons/apple-touch-icon-72x72.png new file mode 100644 index 0000000..9b13d76 Binary files /dev/null and b/images/icons/apple-touch-icon-72x72.png differ diff --git a/images/icons/apple-touch-icon-76x76.png b/images/icons/apple-touch-icon-76x76.png new file mode 100644 index 0000000..2deccbb Binary files /dev/null and b/images/icons/apple-touch-icon-76x76.png differ diff --git a/images/icons/apple-touch-icon.png b/images/icons/apple-touch-icon.png new file mode 100644 index 0000000..2407efe Binary files /dev/null and b/images/icons/apple-touch-icon.png differ diff --git a/images/icons/icon-128x128.png b/images/icons/icon-128x128.png new file mode 100644 index 0000000..32cb001 Binary files /dev/null and b/images/icons/icon-128x128.png differ diff --git a/images/icons/icon-144x144.png b/images/icons/icon-144x144.png new file mode 100644 index 0000000..0b90207 Binary files /dev/null and b/images/icons/icon-144x144.png differ diff --git a/images/icons/icon-152x152.png b/images/icons/icon-152x152.png new file mode 100644 index 0000000..46b1188 Binary files /dev/null and b/images/icons/icon-152x152.png differ diff --git a/images/icons/icon-192x192.png b/images/icons/icon-192x192.png new file mode 100644 index 0000000..24b7ee1 Binary files /dev/null and b/images/icons/icon-192x192.png differ diff --git a/images/icons/icon-384x384.png b/images/icons/icon-384x384.png new file mode 100644 index 0000000..860b3ae Binary files /dev/null and b/images/icons/icon-384x384.png differ diff --git a/images/icons/icon-48x48.png b/images/icons/icon-48x48.png new file mode 100644 index 0000000..8ff9ae2 Binary files /dev/null and b/images/icons/icon-48x48.png differ diff --git a/images/icons/icon-512x512.png b/images/icons/icon-512x512.png new file mode 100644 index 0000000..736a5fb Binary files /dev/null and b/images/icons/icon-512x512.png differ diff --git a/images/icons/icon-72x72.png b/images/icons/icon-72x72.png new file mode 100644 index 0000000..7d87e6f Binary files /dev/null and b/images/icons/icon-72x72.png differ diff --git a/images/icons/icon-96x96.png b/images/icons/icon-96x96.png new file mode 100644 index 0000000..a114e7c Binary files /dev/null and b/images/icons/icon-96x96.png differ diff --git a/index.html b/index.html index d270ba4..031a1bc 100644 --- a/index.html +++ b/index.html @@ -104,13 +104,6 @@

- diff --git a/manifest.json b/manifest.json index 5de76f8..5188cd2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Passky", "description": "Simple, modern, open source and secure password manager.", - "version": "6.0.0", + "version": "6.0.1", "manifest_version": 2, "author": "Rabbit Company LLC", "homepage_url": "https://passky.org", diff --git a/passwords.html b/passwords.html index 08881a0..2d1b80d 100644 --- a/passwords.html +++ b/passwords.html @@ -87,7 +87,7 @@
-
+