sagi-ai-tools / manifest.json
theWitcher's picture
add manifest
6fa48cc
raw
history blame contribute delete
411 Bytes
{
"name": "ארגז כלי AI של שגיא בר און",
"short_name": "AI Tools",
"start_url": "/index.html",
"display": "standalone",
"background_color": "#f9fafb",
"theme_color": "#3b82f6",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}