Update manifest.json

This commit is contained in:
FURK4NGG
2025-03-04 20:26:54 +03:00
committed by GitHub
parent 4af2007a21
commit 28c12ce595
+6 -3
View File
@@ -6,7 +6,10 @@
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
"src": "/img/icon.ico",
"sizes": "64x64",
"type": "image/x-icon"]
{
"src": "/img/icon.ico",
"sizes": "64x64",
"type": "image/x-icon"
}
]
}