🛠️ build(nuxt): shift astro to nuxt
BIN
public/pwa/icons/Icon48.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
public/pwa/icons/Icon72.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
public/pwa/icons/Icon96.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
public/pwa/icons/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
public/pwa/icons/icon144.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
public/pwa/icons/icon168.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
public/pwa/icons/icon192.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
public/pwa/icons/icon512.png
Normal file
After Width: | Height: | Size: 135 KiB |
41
public/pwa/manifest.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "Portfolio for Developers Concept v2",
|
||||
"short_name": "Developer Portfolio",
|
||||
"description": "A awesome portfolio template for developers",
|
||||
"start_url": "https://developer-portfolio-v1.netlify.app/",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait",
|
||||
"background_color": "#010C15",
|
||||
"theme_color": "#010C15",
|
||||
"scope": "https://developer-portfolio-v1.netlify.app/",
|
||||
"icons": [{
|
||||
"src": "icons/icon48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "icons/icon72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "icons/icon96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "icons/icon144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "icons/icon168.png",
|
||||
"sizes": "168x168",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "icons/icon192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "icons/icon512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}]
|
||||
}
|