CRMEB/template/admin/public/manifest.json
2024-07-15 15:27:07 +08:00

13 lines
273 B
JSON

{
"name":"CRMEB",
"display":"standalone",
"start_url":".",
"id": "index.html",
"background_color": "#999",
"theme_color":"#292d3e",
"icons":[{
"src":"./image/logo-small.png",
"sizes":"144x144",
"type":"image/png"
}]
}