✨ (manifest): add web app manifest for Eric X. Liu's personal page
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 2m34s
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 2m34s
This commit is contained in:
20
static/site.webmanifest
Normal file
20
static/site.webmanifest
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "Eric X. Liu's Personal Page",
|
||||
"short_name": "Eric Liu",
|
||||
"description": "Software & Performance Engineer at Google. Sharing insights about software engineering, performance optimization, tech industry experiences, mountain biking adventures, Jeep overlanding, and outdoor activities.",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#000000",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/images/gravatar.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
],
|
||||
"categories": ["technology", "engineering", "blog"],
|
||||
"lang": "en",
|
||||
"orientation": "portrait-primary"
|
||||
}
|
Reference in New Issue
Block a user