Skip to content

Commit

Permalink
fix: icon
Browse files Browse the repository at this point in the history
  • Loading branch information
posaune0423 committed Sep 21, 2024
1 parent 7d0ebe8 commit 53acba6
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
Binary file modified public/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/maskable-icon-512x512.png
Binary file not shown.
Binary file removed public/pwa-192x192.png
Binary file not shown.
Binary file removed public/pwa-512x512.png
Binary file not shown.
Binary file removed public/pwa-64x64.png
Binary file not shown.
12 changes: 6 additions & 6 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,31 @@ export default defineConfig({
enabled: true,
},
manifest: {
name: "PixeLAW Client",
short_name: "PixeLAW Client",
name: "PixeLAW",
short_name: "PixeLAW",
description: "A pixel based autonomous world",
theme_color: "#262C38",
icons: [
{
src: "/pwa-192x192.png",
src: "/icon.png",
sizes: "192x192",
type: "image/png",
purpose: "any",
},
{
src: "/pwa-512x512.png",
src: "/icon.png",
sizes: "512x512",
type: "image/png",
purpose: "any",
},
{
src: "/pwa-maskable-192x192.png",
src: "/icon.png",
sizes: "192x192",
type: "image/png",
purpose: "maskable",
},
{
src: "/pwa-maskable-512x512.png",
src: "/icon.png",
sizes: "512x512",
type: "image/png",
purpose: "maskable",
Expand Down

0 comments on commit 53acba6

Please sign in to comment.