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", "name": "Write to Inkclip",
"launcherName": "Inkclip", "launcherName": "Inkclip",
"display": "standalone", "display": "standalone",
"themeColor": "#141211", "themeColor": "#FFFFFF",
"themeColorDark": "#000000", "themeColorDark": "#0C0A09",
"navigationColor": "#000000", "navigationColor": "#FFFFFF",
"navigationColorDark": "#000000", "navigationColorDark": "#0C0A09",
"navigationDividerColor": "#000000", "navigationDividerColor": "#FFFFFF",
"navigationDividerColorDark": "#000000", "navigationDividerColorDark": "#0C0A09",
"backgroundColor": "#FFFFFF", "backgroundColor": "#0C0A09",
"enableNotifications": true, "enableNotifications": true,
"startUrl": "/", "startUrl": "/",
"iconUrl": "https://inkclip.dayli.ly/pwa-512x512.png", "iconUrl": "https://inkclip.dayli.ly/icon-512.png",
"maskableIconUrl": "https://inkclip.dayli.ly/maskable-icon-512x512.png", "maskableIconUrl": "https://inkclip.dayli.ly/icon-512.png",
"splashScreenFadeOutDuration": 300, "splashScreenFadeOutDuration": 100,
"signingKey": { "signingKey": {
"path": "/home/daylily/Code/inkclip/webapp/twa/android.keystore", "path": "/home/daylily/Code/inkclip/webapp/twa/android.keystore",
"alias": "android" "alias": "android"
}, },
"appVersionName": "2", "appVersionName": "build.20260115.1",
"appVersionCode": 2, "appVersionCode": 3,
"shortcuts": [], "shortcuts": [],
"generatorApp": "bubblewrap-cli", "generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://inkclip.dayli.ly/manifest.webmanifest", "webManifestUrl": "https://inkclip.dayli.ly/manifest.webmanifest",
@@ -47,5 +47,5 @@
"fileHandlers": [], "fileHandlers": [],
"launchHandlerClientMode": "", "launchHandlerClientMode": "",
"displayOverride": [], "displayOverride": [],
"appVersion": "2" "appVersion": "build.20260115.1"
} }