ai-wpa/public/manifest.json

46 lines
974 B
JSON

{
"name": "SiliconPin",
"short_name": "SiliconPin",
"description": "A modern web application",
"id": "/",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{
"src": "/icons/icon-32x32.png",
"sizes": "32x32",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"screenshots": [
{
"src": "/screenshots/desktop-wide.png",
"sizes": "640x640",
"type": "image/png",
"form_factor": "wide",
"label": "SiliconPin Desktop View"
},
{
"src": "/screenshots/mobile.png",
"sizes": "480x480",
"type": "image/png",
"label": "SiliconPin Mobile View"
}
]
}