1
0
mirror of https://github.com/bitwarden/web synced 2026-01-06 10:33:17 +00:00

app id to json extension

This commit is contained in:
Kyle Spearrin
2017-06-27 13:51:32 -04:00
parent 742d7240f7
commit 06d53d350d
2 changed files with 2 additions and 2 deletions

15
src/app-id.json Normal file
View File

@@ -0,0 +1,15 @@
{
"trustedFacets": [
{
"version": {
"major": 1,
"minor": 0
},
"ids": [
"https://localhost:4001",
"ios:bundle-id:com.8bit.bitwarden",
"android:apk-key-hash:dUGFzUzf3lmHSLBDBIv+WaFyZMI"
]
}
]
}