{
  "expo": {
    "name": "Warden",
    "slug": "warden",
    "version": "1.3.5",
    "orientation": "portrait",
    "icon": "./assets/images/icon.png",
    "scheme": "warden",
    "userInterfaceStyle": "automatic",
    "newArchEnabled": true,
    "ios": {
      "supportsTablet": true,
      "bundleIdentifier": "org.vikingware.webwarden"
    },
    "android": {
      "adaptiveIcon": {
        "backgroundColor": "#1a2e1a",
        "foregroundImage": "./assets/images/android-icon-foreground.png",
        "backgroundImage": "./assets/images/android-icon-background.png",
        "monochromeImage": "./assets/images/android-icon-monochrome.png"
      },
      "edgeToEdgeEnabled": true,
      "predictiveBackGestureEnabled": false,
      "blockedPermissions": [],
      "intentFilters": [
        {
          "action": "VIEW",
          "autoVerify": false,
          "data": [
            {
              "scheme": "http"
            },
            {
              "scheme": "https"
            }
          ],
          "category": [
            "BROWSABLE",
            "DEFAULT",
            "APP_BROWSER"
          ]
        },
        {
          "action": "SEND",
          "data": [
            {
              "mimeType": "text/plain"
            }
          ],
          "category": [
            "DEFAULT"
          ]
        }
      ],
      "queries": {
        "intent": [
          {
            "action": "VIEW",
            "data": {
              "scheme": "https"
            }
          }
        ],
        "package": [
          "com.android.chrome",
          "com.brave.browser",
          "app.vanadium.browser",
          "org.mozilla.firefox",
          "org.mozilla.firefox_beta",
          "org.mozilla.fenix",
          "org.mozilla.focus",
          "org.ironfoxoss.ironfox",
          "org.torproject.torbrowser",
          "com.duckduckgo.mobile.android",
          "io.github.jqssun.helium",
          "org.mozilla.felice"
        ]
      },
      "package": "org.vikingware.webwarden"
    },
    "plugins": [
      [
        "expo-splash-screen",
        {
          "image": "./assets/images/splash-icon.png",
          "imageWidth": 1,
          "resizeMode": "contain",
          "backgroundColor": "#0a1a12",
          "dark": {
            "backgroundColor": "#0a1a12"
          }
        }
      ],
      "./plugins/with-release-no-internet"
    ],
    "extra": {}
  }
}
