33 lines
723 B
JSON

{
"name": "Electronics Reference Library",
"short_name": "Mims Library",
"description": "Classic electronics reference notebooks from Forrest M. Mims III",
"start_url": "/",
"display": "standalone",
"background_color": "#f7f3ee",
"theme_color": "#3b5998",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/icons/icon-512-maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/favicon.svg",
"sizes": "any",
"type": "image/svg+xml"
}
]
}