Update TWA

This commit is contained in:
daylily
2026-01-15 21:49:20 -04:00
parent e7fa3c73fb
commit 22f5b00315
+13 -13
View File
@@ -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"
}