Place brand mark in header, footer, and hero; ship PNG favicons, apple-touch icon, PWA manifest, and 1200×630 Open Graph card.
22 lines
487 B
JSON
22 lines
487 B
JSON
{
|
|
"name": "jmartgraphix",
|
|
"short_name": "jmartgraphix",
|
|
"description": "Creative professional portfolio — 3D, CAD, animation, design",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0a0a0b",
|
|
"theme_color": "#0a0a0b",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|