Код: Выделить всё
"associatedDomains": [
"webcredentials:my.domain.com"
],
Код: Выделить всё
[
{
"relation": ["delegate_permission/common.get_login_creds"],
"target": {
"namespace": "web",
"site": "https://my.domain.com"
}
},
{
"relation": ["delegate_permission/common.get_login_creds"],
"target": {
"namespace": "android_app",
"package_name": "com.domain.my",
"sha256_cert_fingerprints": ["..."]
}
}
]
Код: Выделить всё
"intentFilters": [
{
"action": "VIEW",
"autoVerify": true,
"data": [
{
"scheme": "https",
"host": "my.domain.com"
}
],
"category": ["DEFAULT", "BROWSABLE"]
}
]
Подробнее здесь: https://stackoverflow.com/questions/750 ... o-a-web-do
Мобильная версия