Skip to content

Commit

Permalink
Add basic icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjacob committed May 22, 2024
1 parent d450a9e commit 45bab6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ export default defineNuxtConfig({
manifest: {
name: 'KRYPTOS',
short_name: 'KRYPTOS',
theme_color: '#505050'
theme_color: '#505050',
icons: [
{
src: 'pwa-512x512.png',
sizes: '512x512',
type: 'image/png'
}
]
},
workbox: {
globPatterns: ['**/*.{js,css,html,png,svg,ico}'],
Expand Down
Binary file added public/pwa-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 45bab6a

Please sign in to comment.