feat: Add service worker for offline install

This commit is contained in:
2026-05-31 00:43:24 +05:30
parent f37291196b
commit 12044c6ea6
4 changed files with 46 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "Pascar Text Editor",
"short_name": "Pascar",
"start_url": "index.html",
"display": "standalone",
"background_color": "#1c1c1c",
"theme_color": "#295991",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
}
]
}