Add favicon icons and update product/about pages

This commit is contained in:
2026-02-18 23:02:58 -06:00
parent 82428c5589
commit ca04de4885
15 changed files with 256 additions and 7 deletions

View File

@@ -0,0 +1,26 @@
{
"short_name": "PromptTech",
"name": "PromptTech Solutions",
"description": "Your trusted destination for premium electronics and professional repair services",
"icons": [
{
"src": "favicon.ico",
"sizes": "16x16 32x32 48x48",
"type": "image/x-icon"
},
{
"src": "android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}