Files
chpark c5ff736cc9
Deploy momo-erp / deploy (push) Successful in 1m55s
chore(android): TWA 빌드 설정(twa-manifest) + 가이드 — 알림 위임 ON
스토어 업로드는 AAB. 기존 패키지(com.momotogether.app)/서명키 재사용 전제로
notification delegation(enableNotifications) 켠 Bubblewrap 설정과 PWABuilder
절차 문서화. keystore/빌드 산출물은 .gitignore 처리.
2026-05-27 12:35:58 +09:00

41 lines
1.2 KiB
JSON

{
"packageId": "com.momotogether.app",
"host": "momotogether.com",
"name": "모모유통 ERP",
"launcherName": "모모ERP",
"display": "standalone",
"themeColor": "#1f2937",
"themeColorDark": "#1f2937",
"navigationColor": "#1f2937",
"navigationColorDark": "#1f2937",
"navigationDividerColor": "#1f2937",
"navigationDividerColorDark": "#1f2937",
"backgroundColor": "#ffffff",
"enableNotifications": true,
"startUrl": "/m/login",
"iconUrl": "https://momotogether.com/icon-512.png",
"maskableIconUrl": "https://momotogether.com/icon-512.png",
"monochromeIconUrl": "https://momotogether.com/badge-96.png",
"shortcuts": [],
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://momotogether.com/manifest.json",
"fallbackType": "customtabs",
"features": {},
"alphaDependencies": { "enabled": false },
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": false,
"isMetaQuest": false,
"fullScopeUrl": "https://momotogether.com/",
"minSdkVersion": 21,
"orientation": "portrait",
"fingerprints": [],
"additionalTrustedOrigins": [],
"retainedBundles": [],
"appVersion": "1.0.1",
"appVersionCode": 2,
"signingKey": {
"path": "./android.keystore",
"alias": "android"
}
}