Release v3 with high-res splash screen. More details in web, app manifest

- Add 512, 192 Khoj maskable icons to web app manifest for android rendering
- Add id, categories etc suggested by pwabuilder
- Use higher quality icon images for splash screen than what
  bubblewrap creates by default
This commit is contained in:
Debanjum
2024-11-29 11:18:59 -08:00
parent fdf69b7049
commit 147c8e9115
11 changed files with 39 additions and 10 deletions

View File

@@ -19,9 +19,8 @@
"path": "android.keystore",
"alias": "android"
},
"appVersionName": "2",
"appVersionCode": 2,
"shortcuts": [],
"appVersionName": "3",
"appVersionCode": 3,
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://app.khoj.dev/static/khoj.webmanifest",
"fallbackType": "customtabs",
@@ -38,7 +37,7 @@
"isMetaQuest": false,
"fullScopeUrl": "https://app.khoj.dev/",
"minSdkVersion": 19,
"orientation": "default",
"orientation": "any",
"fingerprints": [
{
"name": "signing",
@@ -51,5 +50,5 @@
],
"additionalTrustedOrigins": [],
"retainedBundles": [],
"appVersion": "2"
"appVersion": "3"
}