diff --git a/README.md b/README.md index f35c646..70eba06 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#

Pingvin Share
+#

Pingvin Share
Pingvin Share is a selfhosted file sharing plattform made for the [Appwrite Hackathon](https://dev.to/devteam/announcing-the-appwrite-hackathon-on-dev-1oc0). diff --git a/public/icons/icon-white-128x128.png b/public/icons/icon-white-128x128.png new file mode 100644 index 0000000..1593c70 Binary files /dev/null and b/public/icons/icon-white-128x128.png differ diff --git a/public/img/logo-bg-white.png b/public/img/logo-bg-white.png new file mode 100644 index 0000000..1593c70 Binary files /dev/null and b/public/img/logo-bg-white.png differ diff --git a/public/logo.svg b/public/img/logo.svg similarity index 100% rename from public/logo.svg rename to public/img/logo.svg diff --git a/public/manifest.json b/public/manifest.json index 69b6ece..d8dd5f1 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -10,48 +10,56 @@ { "src": "icons/icon-72x72.png", "sizes": "72x72", - "type": "image/png" - }, - { - "src": "icons/icon-96x96.png", - "sizes": "96x96", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "icons/icon-96x96.png", "sizes": "96x96", "type": "image/png", - "purpose": "maskable" + "purpose": "any maskable" + }, + { + "src": "icons/icon-96x96.png", + "sizes": "96x96", + "type": "image/png", + "purpose": "any maskable" }, { "src": "icons/icon-128x128.png", "sizes": "128x128", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "icons/icon-144x144.png", "sizes": "144x144", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "icons/icon-152x152.png", "sizes": "152x152", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "icons/icon-192x192.png", "sizes": "192x192", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "icons/icon-384x384.png", "sizes": "384x384", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" }, { "src": "icons/icon-512x512.png", "sizes": "512x512", - "type": "image/png" + "type": "image/png", + "purpose": "any maskable" } ], "splash_pages": null diff --git a/src/components/navBar/NavBar.tsx b/src/components/navBar/NavBar.tsx index 3f62b71..d4ffc28 100644 --- a/src/components/navBar/NavBar.tsx +++ b/src/components/navBar/NavBar.tsx @@ -87,7 +87,7 @@ const Header = () => { Pinvgin Share Logo - +
diff --git a/src/pages/index.tsx b/src/pages/index.tsx index dadc77c..da0521a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -137,7 +137,7 @@ export default function Home() {