add auto scroll
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"name": "Bermite",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/images/weather.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": "/?source=pwa",
|
||||
"display": "standalone"
|
||||
}
|
||||
@@ -8,7 +8,7 @@
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||
<link rel="mask-icon" href="/favicon.svg" color="#FFFFFF">
|
||||
|
||||
<link rel="manifest" href="/manifest.webmanifest" />
|
||||
<link rel="manifest" href="/build/manifest.webmanifest" />
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<title>{{ config('app.name', 'Laravel') }}</title>
|
||||
|
||||
@@ -15,6 +15,7 @@ export default defineConfig({
|
||||
manifest: {
|
||||
name: 'Bermite',
|
||||
short_name: 'Bermite',
|
||||
lang: 'fr',
|
||||
description: 'Une application de suivi météo',
|
||||
theme_color: '#ffffff',
|
||||
icons: [
|
||||
|
||||
Reference in New Issue
Block a user