[object Object]

← back to Dw Photo Capture

Installable PWA: app icon (gold DW/camera) + web manifest + apple-touch-icon + standalone meta — Add to Home Screen now gives a real app icon + fullscreen

989aa83ddd37ff0d98e9782e17a33d16fa979052 · 2026-06-25 07:15:27 -0700 · steve@designerwallcoverings.com

Files touched

Diff

commit 989aa83ddd37ff0d98e9782e17a33d16fa979052
Author: steve@designerwallcoverings.com <steve@designerwallcoverings.com>
Date:   Thu Jun 25 07:15:27 2026 -0700

    Installable PWA: app icon (gold DW/camera) + web manifest + apple-touch-icon + standalone meta — Add to Home Screen now gives a real app icon + fullscreen
---
 data/build.json   | 5 +++--
 public/index.html | 5 +++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/data/build.json b/data/build.json
index f5579ee..d469465 100644
--- a/data/build.json
+++ b/data/build.json
@@ -1,5 +1,5 @@
 {
-  "next": 22,
+  "next": 23,
   "map": {
     "578af86f": 2,
     "bc95fdb0": 3,
@@ -20,6 +20,7 @@
     "779f6d1f": 18,
     "598b1ee5": 19,
     "c3efeca8": 20,
-    "859c4943": 21
+    "859c4943": 21,
+    "a455891f": 22
   }
 }
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index 9785150..5d4d178 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,7 +4,12 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, maximum-scale=1">
 <meta name="apple-mobile-web-app-capable" content="yes">
+<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
 <meta name="apple-mobile-web-app-title" content="DW SKU Photos">
+<meta name="theme-color" content="#0f0e0c">
+<link rel="apple-touch-icon" href="/apple-touch-icon.png">
+<link rel="icon" type="image/png" href="/icon-180.png">
+<link rel="manifest" href="/manifest.webmanifest">
 <title>Mobile DW SKU Photos</title>
 <style>
   :root{ --cols: 1; --bg:#0f0e0c; --card:#1b1916; --ink:#f3efe7; --muted:#9a9184; --line:#2e2a25;

← 4e6ec3f Multi-photo add: ➕ Multiple in the Photos gallery batch-appe  ·  back to Dw Photo Capture  ·  Make PWA icon + manifest public (no auth) so iOS Add-to-Home f90170b →