Files
crowd-funder-from-jason/capacitor.config.json
Jose Olarte III b8f69ba4e7 Revert iOS app ID
2025-05-22 22:36:16 +08:00

22 lines
293 B
JSON

{
"appId": "app.timesafari",
"appName": "TimeSafari",
"webDir": "dist",
"bundledWebRuntime": false,
"server": {
"cleartext": true
},
"plugins": {
"App": {
"appUrlOpen": {
"handlers": [
{
"url": "timesafari://*",
"autoVerify": true
}
]
}
}
}
}