This commit is contained in:
2025-10-31 15:05:47 +03:30
parent 37c501890f
commit a96fbfa91c
23 changed files with 5324 additions and 295 deletions

1
public/icon-192.png Normal file
View File

@@ -0,0 +1 @@
PNG_PLACEHOLDER_192

1
public/icon-512.png Normal file
View File

@@ -0,0 +1 @@
PNG_PLACEHOLDER_512

20
public/manifest.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "GreenHome",
"short_name": "GreenHome",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#16a34a",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}

1
public/sw.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long