Added manifest

This commit is contained in:
2024-10-06 19:39:59 +02:00
parent 49b99b1bc4
commit b702bc629c
3 changed files with 34 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
import { MetadataRoute } from 'next';
const manifest = (): MetadataRoute.Manifest => ({
id: '/',
name: 'Lovemap ❤️',
short_name: 'Lovemap ❤️',
description: 'Keep all places where you made love',
start_url: '/',
display: 'standalone',
background_color: '#d94253',
theme_color: '#d94253',
icons: [
{
src: '/logo.png',
sizes: '1024x1024',
type: 'image/png',
},
{
src: '/logo-512.png',
sizes: '512x512',
type: 'image/png',
},
{
src: '/logo-192.png',
sizes: '192x192',
type: 'image/png',
},
],
dir: 'ltr',
lang: 'fr-FR',
orientation: 'portrait',
});
export default manifest;
Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB