Meclone / manifest.json
SuriRaja's picture
Deploy static site
31173a3
raw
history blame contribute delete
681 Bytes
{
"name": "SETA Smart Inventory",
"short_name": "SETA Smart",
"description": "Mobile-first inventory and customer engagement app for electrical trade associations",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#3b82f6",
"orientation": "portrait-primary",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["business", "productivity", "utilities"],
"lang": "en",
"dir": "ltr"
}