Files
ms365-electron/docs/favicons/site.webmanifest
Agampreet Singh b0746d48ec Upload new website
2023-06-08 16:26:39 +05:30

20 lines
474 B
JSON

{
"name": "MS-365-Electron",
"short_name": "MS-365-Electron",
"icons": [
{
"src": "/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}