Initial commit

This commit is contained in:
2025-11-25 00:43:00 +05:30
commit ce133723fd
48 changed files with 22361 additions and 0 deletions

25
public/manifest.json Normal file
View File

@@ -0,0 +1,25 @@
{
"short_name": "Wraffle",
"name": "Wraffle Ecommerce",
"icons": [
{
"src": "wraffle_logo.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/png"
},
{
"src": "wraffle_logo.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "wraffle_logo.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#FFB400",
"background_color": "#ffffff"
}