feat(android): /.well-known/assetlinks.json — TWA Digital Asset Links
Deploy momo-erp / deploy (push) Successful in 2m1s

Play Store TWA(Trusted Web Activity) 풀스크린 동작에 필수. 안드로이드 앱
패키지 com.momotogether.app 의 서명 SHA-256 을 momotogether.com 도메인이
인정한다고 선언.

* 현재 SHA-256: 로컬 업로드용 키(android.keystore in ~/Downloads/momo-twa)
* Play App Signing 이 별도 서명 키를 발급하면 그 SHA-256 도 배열에 추가 필요

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
chpark
2026-05-20 10:59:53 +09:00
parent 80f490e8d6
commit b58d7e6821
+4 -2
View File
@@ -3,8 +3,10 @@
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "com.momotogether.erp",
"sha256_cert_fingerprints": ["59:9E:56:6C:AE:A3:B2:AD:DF:60:B1:6E:27:91:CD:60:CC:D3:FE:5F:EB:B7:E3:2F:15:D8:FB:E7:B3:11:AB:6A"]
"package_name": "com.momotogether.app",
"sha256_cert_fingerprints": [
"76:A0:BA:02:DA:42:3D:65:FE:09:F6:62:4B:C1:FB:BE:3B:DB:BF:92:A7:BD:7E:6B:41:DB:93:8E:D0:4E:7D:4E"
]
}
}
]