Add snort asset links

This commit is contained in:
Kieran 2023-10-09 11:01:44 +01:00
parent 226b0632a3
commit 237ce498b7
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
[
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "social.snort.app",
"sha256_cert_fingerprints": [
"78:CE:8A:F7:C1:E2:30:12:77:55:BF:0E:86:E4:5C:BA:99:93:A0:D7:D7:42:F8:27:8B:C9:1B:AC:FC:8A:85:05"
]
}
}
]

View File

@ -29,6 +29,7 @@ if (appTitle === "iris") {
copyPatterns.push({ from: "public/iris/.well-known", to: ".well-known" });
} else {
copyPatterns.push({ from: "public/manifest.json" });
copyPatterns.push({ from: "public/snort/.well-known", to: ".well-known" });
}
const config = {