{
  "name": "Circuit Chat",
  "short_name": "CircuitChat",
  "description": "A chat application",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "permissions": [
    "microphone",
    "camera",
    "contacts",
    "location",
    "media-library"
  ],
  "orientation": "portrait",
  "ios": {
    "supportsTablet": true,
    "bundleIdentifier": "com.circuitchat",
    "entitlements": {
      "aps-enviroment": "production"
    },
    "config": {
      "googleMapsApiKey": "AIzaSyA-Ilx_tBvpJqX_xhqQWq1dlnNeqN6Dcr8"
    }
  },
  "android": {
    "adaptiveIcon": {
      "foregroundImage": "./assets/splash.png",
      "backgroundColor": "#ffffff"
    },
    "package": "com.circuitchat"
  },
  "web": {
    "favicon": "./assets/favicon.png"
  },
  "plugins": [
    {
      "name": "expo-build-properties",
      "config": {
        "ios": {
          "useFrameworks": "static",
          "deploymentTarget": "15.1"
        }
      }
    },
    {
      "name": "expo-av",
      "config": {
        "microphonePermission": "Allow Circuit Chat to access your microphone."
      }
    },
    {
      "name": "expo-document-picker",
      "config": {
        "iCloudContainerEnvironment": "Production"
      }
    },
    {
      "name": "expo-camera",
      "config": {
        "cameraPermission": "Allow Circuit Chat to access your camera",
        "microphonePermission": "Allow Circuit Chat to access your microphone",
        "recordAudioAndroid": true
      }
    },
    {
      "name": "expo-image-picker",
      "config": {
        "photosPermission": "The app accesses your photos to let you share them with your friends."
      }
    },
    {
      "name": "expo-font",
      "config": {
        "fonts": [
          "./assets/fonts/Roboto/Roboto-Bold.ttf",
          "./assets/fonts/Roboto/Roboto-Medium.ttf",
          "./assets/fonts/Roboto/Roboto-Regular.ttf"
        ]
      }
    },
    {
      "name": "expo-contacts",
      "config": {
        "contactsPermission": "Allow Circuit Chat to access your contacts."
      }
    },
    {
      "name": "expo-location",
      "config": {
        "locationAlwaysAndWhenInUsePermission": "Allow Circuit Chat to use your location."
      }
    },
    {
      "name": "expo-media-library",
      "config": {
        "photosPermission": "Allow Circuit Chat to access your photos.",
        "savePhotosPermission": "Allow Circuit Chat to save photos.",
        "isAccessMediaLocationEnabled": true
      }
    }
  ]
}