dm-website/public/site.webmanifest
2024-07-07 11:17:20 +03:00

28 lines
617 B
JSON

{
"name": "DM Ecommerce",
"short_name": "RS",
"description": "A social networking platform with automated content moderation and context-based authentication system.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{
"src": "./App/Logo.svg",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./App/Logo.svg",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "./App/Logo.svg",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
}
]
}