mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
* simplify Id and Kyc Card to make it easier to fix header * format * fix global Buffer polyfill * fix padding * remove dev card screen * minor fixes
17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"name": "OpenPassport",
|
|
"displayName": "Self App",
|
|
"expo": {
|
|
"name": "Self App",
|
|
"slug": "self-app",
|
|
"version": "2.9.16",
|
|
"platforms": ["ios", "android"],
|
|
"ios": {
|
|
"bundleIdentifier": "com.proofofpassportapp"
|
|
},
|
|
"android": {
|
|
"package": "com.proofofpassportapp"
|
|
}
|
|
}
|
|
}
|