Skip to content
Snippets Groups Projects
capacitor.config.json 310 B
Newer Older
  • Learn to ignore specific revisions
  • meskio's avatar
    meskio committed
    {
      "appId": "org.garbanzonegro.cicer",
      "appName": "Garbanzo Negro",
      "bundledWebRuntime": false,
      "npmClient": "npm",
      "webDir": "build",
      "server": {
        "allowNavigation": ["cicer.garbanzonegro.org"]
      },
      "plugins": {
        "SplashScreen": {
          "launchShowDuration": 0
        }
      },
      "cordova": {}
    }