b343565bc1
- public/manifest.json + service worker(sw.js) 추가 - icon PNG 변환 (192/512/180) - public/.well-known/assetlinks.json placeholder (Bubblewrap 빌드 후 APK 서명 SHA256 채울 자리) - layout.tsx 에 manifest/theme-color/apple-touch-icon 메타데이터 + 서비스 워커 등록 스크립트 추가 Bubblewrap 으로 APK 빌드 시 https://www.momotogether.com/manifest.json 을 source 로 사용. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
11 lines
252 B
JSON
11 lines
252 B
JSON
[
|
|
{
|
|
"relation": ["delegate_permission/common.handle_all_urls"],
|
|
"target": {
|
|
"namespace": "android_app",
|
|
"package_name": "com.momotogether.erp",
|
|
"sha256_cert_fingerprints": ["REPLACE_WITH_APK_SHA256_AFTER_BUILD"]
|
|
}
|
|
}
|
|
]
|