← back to Robet Site
round2 item (4): PWA-lite — site.webmanifest (standalone, brand colors) + 180/192/512 brutalist R icons + apple-touch-icon (raster fallback for iOS/Android install)
ab5c2bb7d9c3de9fab21562d1976c86a187dbc06 · 2026-06-29 23:59:26 -0700 · Steve
Files touched
A public/apple-touch-icon.pngA public/icon-192.pngA public/icon-512.pngM public/index.htmlA public/site.webmanifest
Diff
commit ab5c2bb7d9c3de9fab21562d1976c86a187dbc06
Author: Steve <steve@designerwallcoverings.com>
Date: Mon Jun 29 23:59:26 2026 -0700
round2 item (4): PWA-lite — site.webmanifest (standalone, brand colors) + 180/192/512 brutalist R icons + apple-touch-icon (raster fallback for iOS/Android install)
---
public/apple-touch-icon.png | Bin 0 -> 606 bytes
public/icon-192.png | Bin 0 -> 653 bytes
public/icon-512.png | Bin 0 -> 5257 bytes
public/index.html | 2 ++
public/site.webmanifest | 13 +++++++++++++
5 files changed, 15 insertions(+)
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png
new file mode 100644
index 0000000..42809d7
Binary files /dev/null and b/public/apple-touch-icon.png differ
diff --git a/public/icon-192.png b/public/icon-192.png
new file mode 100644
index 0000000..1ace602
Binary files /dev/null and b/public/icon-192.png differ
diff --git a/public/icon-512.png b/public/icon-512.png
new file mode 100644
index 0000000..287d64f
Binary files /dev/null and b/public/icon-512.png differ
diff --git a/public/index.html b/public/index.html
index 6e37d60..1789a89 100644
--- a/public/index.html
+++ b/public/index.html
@@ -8,6 +8,8 @@
<link rel="canonical" href="https://robert.agentabrams.com/" />
<meta name="theme-color" content="#0a0a0a" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
+ <link rel="apple-touch-icon" href="/apple-touch-icon.png" />
+ <link rel="manifest" href="/site.webmanifest" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
diff --git a/public/site.webmanifest b/public/site.webmanifest
new file mode 100644
index 0000000..7f212be
--- /dev/null
+++ b/public/site.webmanifest
@@ -0,0 +1,13 @@
+{
+ "name": "ROBERT",
+ "short_name": "ROBERT",
+ "description": "Book a meeting with Robert. Pick a time, get a straight answer.",
+ "start_url": "/",
+ "display": "standalone",
+ "background_color": "#0a0a0a",
+ "theme_color": "#0a0a0a",
+ "icons": [
+ { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
+ { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
+ ]
+}
← 7a5ae6e loop ledger: round2 item (2) done + deployed
·
back to Robet Site
·
loop ledger: round2 item (4) done + deployed 967b466 →