feat(frontend): Add Progressive Web App (PWA) support. Includes a service worker for offline capabilities, a web manifest, and icons for a native-like, installable app experience
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Email Unlimit",
|
||||
"short_name": "EmailUnlimit",
|
||||
"icons": [
|
||||
{
|
||||
"src": "icons/icon.svg",
|
||||
"sizes": "any",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#000000"
|
||||
}
|
||||
Reference in New Issue
Block a user