From 5706ff7d48769edbd55aa3e1af67d0a0fac5d1f2 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 2 Aug 2025 22:43:31 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(manifest):=20add=20web=20app=20man?= =?UTF-8?q?ifest=20for=20Eric=20X.=20Liu's=20personal=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/site.webmanifest | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 static/site.webmanifest diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..1cb0a91 --- /dev/null +++ b/static/site.webmanifest @@ -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" +} \ No newline at end of file