Skip to content

Commit

Permalink
test assetlinks.json validation
Browse files Browse the repository at this point in the history
  • Loading branch information
m5r committed Apr 25, 2024
1 parent 8ed362c commit d21d8e6
Show file tree
Hide file tree
Showing 13 changed files with 129 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"locale": "en",
"locales": [
{
"code": "en",
"name": "English"
},
{
"code": "es",
"name": "Español (Spanish)"
}
],
"kujua-reporting": [
{
"code": "SS",
"reporting_freq": "monthly"
}
],
"assetlinks": [
{
"relation": [
"delegate_permission/common.handle_all_urls"
],
"target": {
"namespace": "android_app",
"package_name": "org.medicmobile.webapp.mobile",
"sha256_cert_fingerprints": [
"62:BF:C1:78:24:D8:4D:5C:B4:E1:8B:66:98:EA:14:16:57:6F:A4:E5:96:CD:93:81:B2:65:19:71:A7:80:EA:4D"
]
}
},
{
"relation": [
"delegate_permission/common.handle_all_urls"
],
"target": {
"namespace": "android_app",
"package_name": "org.medicmobile.something.else",
"sha256_cert_fingerprints": [
"asdf",
"zxcvbn"
]
}
}
],
"contact_summary": "",
"tasks": {
"rules": "",
"targets": {}
}
}
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"relation": [
"delegate_permission/common.handle_all_urls"
],
"target": {
"namespace": "android_app",
"package_name": "org.medicmobile.webapp.mobile"
}
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"locale": "en",
"locales": [
{
"code": "en",
"name": "English"
},
{
"code": "es",
"name": "Español (Spanish)"
}
],
"kujua-reporting": [
{
"code": "SS",
"reporting_freq": "monthly"
}
]
}
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"relation": [
"delegate_permission/common.handle_all_urls"
],
"target": {
"namespace": "android_app",
"package_name": "org.medicmobile.webapp.mobile",
"sha256_cert_fingerprints": [
"62:BF:C1:78:24:D8:4D:5C:B4:E1:8B:66:98:EA:14:16:57:6F:A4:E5:96:CD:93:81:B2:65:19:71:A7:80:EA:4D"
]
}
},
{
"relation": [
"delegate_permission/common.handle_all_urls"
],
"target": {
"namespace": "android_app",
"package_name": "org.medicmobile.something.else",
"sha256_cert_fingerprints": [
"asdf",
"zxcvbn"
]
}
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"locale": "en",
"locales": [
{
"code": "en",
"name": "English"
},
{
"code": "es",
"name": "Español (Spanish)"
}
],
"kujua-reporting": [
{
"code": "SS",
"reporting_freq": "monthly"
}
]
}
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit d21d8e6

Please sign in to comment.