Files
inkclip/webapp/twa/twa-manifest.json
T
2026-01-15 17:54:34 -04:00

51 lines
1.5 KiB
JSON

{
"packageId": "at.nightcord.inkclip.twa",
"host": "inkclip.dayli.ly",
"name": "Write to Inkclip",
"launcherName": "Inkclip",
"display": "standalone",
"themeColor": "#141211",
"themeColorDark": "#000000",
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#FFFFFF",
"enableNotifications": true,
"startUrl": "/",
"iconUrl": "https://inkclip.dayli.ly/pwa-512x512.png",
"maskableIconUrl": "https://inkclip.dayli.ly/maskable-icon-512x512.png",
"splashScreenFadeOutDuration": 300,
"signingKey": {
"path": "/home/daylily/Code/inkclip/webapp/twa/android.keystore",
"alias": "android"
},
"appVersionName": "2",
"appVersionCode": 2,
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://inkclip.dayli.ly/manifest.webmanifest",
"fallbackType": "customtabs",
"features": {},
"alphaDependencies": {
"enabled": false
},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"isMetaQuest": false,
"fullScopeUrl": "https://inkclip.dayli.ly/",
"minSdkVersion": 21,
"orientation": "default",
"fingerprints": [
{
"value": "B4:48:E2:E3:32:0D:FA:1B:C3:94:7D:F7:0D:03:6B:E4:6C:79:B4:AA:A6:07:F6:3C:AF:BE:1E:B0:FA:65:29:0B"
}
],
"additionalTrustedOrigins": [],
"retainedBundles": [],
"protocolHandlers": [],
"fileHandlers": [],
"launchHandlerClientMode": "",
"displayOverride": [],
"appVersion": "2"
}