diff --git a/webapp/twa/twa-manifest.json b/webapp/twa/twa-manifest.json index d871a3c..8361f17 100644 --- a/webapp/twa/twa-manifest.json +++ b/webapp/twa/twa-manifest.json @@ -4,24 +4,24 @@ "name": "Write to Inkclip", "launcherName": "Inkclip", "display": "standalone", - "themeColor": "#141211", - "themeColorDark": "#000000", - "navigationColor": "#000000", - "navigationColorDark": "#000000", - "navigationDividerColor": "#000000", - "navigationDividerColorDark": "#000000", - "backgroundColor": "#FFFFFF", + "themeColor": "#FFFFFF", + "themeColorDark": "#0C0A09", + "navigationColor": "#FFFFFF", + "navigationColorDark": "#0C0A09", + "navigationDividerColor": "#FFFFFF", + "navigationDividerColorDark": "#0C0A09", + "backgroundColor": "#0C0A09", "enableNotifications": true, "startUrl": "/", - "iconUrl": "https://inkclip.dayli.ly/pwa-512x512.png", - "maskableIconUrl": "https://inkclip.dayli.ly/maskable-icon-512x512.png", - "splashScreenFadeOutDuration": 300, + "iconUrl": "https://inkclip.dayli.ly/icon-512.png", + "maskableIconUrl": "https://inkclip.dayli.ly/icon-512.png", + "splashScreenFadeOutDuration": 100, "signingKey": { "path": "/home/daylily/Code/inkclip/webapp/twa/android.keystore", "alias": "android" }, - "appVersionName": "2", - "appVersionCode": 2, + "appVersionName": "build.20260115.1", + "appVersionCode": 3, "shortcuts": [], "generatorApp": "bubblewrap-cli", "webManifestUrl": "https://inkclip.dayli.ly/manifest.webmanifest", @@ -47,5 +47,5 @@ "fileHandlers": [], "launchHandlerClientMode": "", "displayOverride": [], - "appVersion": "2" + "appVersion": "build.20260115.1" } \ No newline at end of file