Buiuld APK
modified: .gitignore new file: .gradle/8.11.1/checksums/checksums.lock new file: .gradle/8.11.1/executionHistory/executionHistory.bin new file: .gradle/8.11.1/executionHistory/executionHistory.lock new file: .gradle/8.11.1/fileChanges/last-build.bin new file: .gradle/8.11.1/fileHashes/fileHashes.bin new file: .gradle/8.11.1/fileHashes/fileHashes.lock new file: .gradle/8.11.1/fileHashes/resourceHashesCache.bin new file: .gradle/8.11.1/gc.properties new file: .gradle/buildOutputCleanup/buildOutputCleanup.lock new file: .gradle/buildOutputCleanup/cache.properties new file: .gradle/buildOutputCleanup/outputFiles.bin new file: .gradle/vcs-1/gc.properties new file: android.keystore new file: app-release-bundle.aab new file: app-release-signed.apk new file: app-release-signed.apk.idsig new file: app-release-unsigned-aligned.apk new file: app/build.gradle new file: app/src/main/AndroidManifest.xml new file: app/src/main/java/com/ddnsgeek/lan/stockfill/twa/Application.java new file: app/src/main/java/com/ddnsgeek/lan/stockfill/twa/DelegationService.java new file: app/src/main/java/com/ddnsgeek/lan/stockfill/twa/LauncherActivity.java new file: app/src/main/res/drawable-anydpi/shortcut_legacy_background.xml new file: app/src/main/res/drawable-hdpi/ic_notification_icon.png new file: app/src/main/res/drawable-hdpi/splash.png new file: app/src/main/res/drawable-mdpi/ic_notification_icon.png new file: app/src/main/res/drawable-mdpi/splash.png new file: app/src/main/res/drawable-xhdpi/ic_notification_icon.png new file: app/src/main/res/drawable-xhdpi/splash.png new file: app/src/main/res/drawable-xxhdpi/ic_notification_icon.png new file: app/src/main/res/drawable-xxhdpi/splash.png new file: app/src/main/res/drawable-xxxhdpi/ic_notification_icon.png new file: app/src/main/res/drawable-xxxhdpi/splash.png new file: app/src/main/res/mipmap-hdpi/ic_launcher.png new file: app/src/main/res/mipmap-mdpi/ic_launcher.png new file: app/src/main/res/mipmap-xhdpi/ic_launcher.png new file: app/src/main/res/mipmap-xxhdpi/ic_launcher.png new file: app/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file: app/src/main/res/raw/web_app_manifest.json new file: app/src/main/res/values/colors.xml new file: app/src/main/res/values/strings.xml new file: app/src/main/res/xml/filepaths.xml new file: app/src/main/res/xml/shortcuts.xml new file: build.gradle new file: build/reports/problems/problems-report.html new file: gradle.properties new file: gradle/wrapper/gradle-wrapper.jar new file: gradle/wrapper/gradle-wrapper.properties new file: gradlew new file: gradlew.bat new file: manifest-checksum.txt new file: settings.gradle new file: store_icon.png new file: twa-manifest.json
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"packageId": "com.ddnsgeek.lan.stockfill.twa",
|
||||
"host": "stockfill.lan.ddnsgeek.com",
|
||||
"name": "StockFill",
|
||||
"launcherName": "StockFill",
|
||||
"display": "standalone",
|
||||
"themeColor": "#0D6EFD",
|
||||
"themeColorDark": "#000000",
|
||||
"navigationColor": "#000000",
|
||||
"navigationColorDark": "#000000",
|
||||
"navigationDividerColor": "#000000",
|
||||
"navigationDividerColorDark": "#000000",
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"enableNotifications": true,
|
||||
"startUrl": "/",
|
||||
"iconUrl": "https://stockfill.lan.ddnsgeek.com/icons/icon.svg",
|
||||
"splashScreenFadeOutDuration": 300,
|
||||
"signingKey": {
|
||||
"path": "/mnt/server/github-repos/stockfill/android.keystore",
|
||||
"alias": "android"
|
||||
},
|
||||
"appVersionName": "1",
|
||||
"appVersionCode": 1,
|
||||
"shortcuts": [],
|
||||
"generatorApp": "bubblewrap-cli",
|
||||
"webManifestUrl": "https://stockfill.lan.ddnsgeek.com/manifest.json",
|
||||
"fallbackType": "customtabs",
|
||||
"features": {},
|
||||
"alphaDependencies": {
|
||||
"enabled": false
|
||||
},
|
||||
"enableSiteSettingsShortcut": true,
|
||||
"isChromeOSOnly": false,
|
||||
"isMetaQuest": false,
|
||||
"fullScopeUrl": "https://stockfill.lan.ddnsgeek.com/",
|
||||
"minSdkVersion": 21,
|
||||
"orientation": "any",
|
||||
"fingerprints": [],
|
||||
"additionalTrustedOrigins": [],
|
||||
"retainedBundles": [],
|
||||
"protocolHandlers": [],
|
||||
"fileHandlers": [],
|
||||
"launchHandlerClientMode": "",
|
||||
"displayOverride": [],
|
||||
"appVersion": "1"
|
||||
}
|
||||
Reference in New Issue
Block a user