{
  "expo": {
    "name": "Insights",
    "slug": "insights",
    "owner": "data_analytics",
    "privacy": "unlisted",
    "platforms": ["ios", "android", "web"],
    "version": "5.1.1",
    "orientation": "portrait",
    "scheme": "insights",
    "splash": {
      "image": "./assets/splash.png",
      "resizeMode": "contain",
      "backgroundColor": "#10101c"
    },
    "updates": {
      "fallbackToCacheTimeout": 0
    },
    "assetBundlePatterns": ["**/*"],
    "android": {
      "allowBackup": false,
      "googleServicesFile": "./google-services.json",
      "package": "com.sonymusic.sma",
      "permissions": [],
      "versionCode": 154,
      "intentFilters": [
        {
          "action": "VIEW",
          "autoVerify": true,
          "data": [
            {
              "scheme": "https",
              "host": "insights.stream",
              "pathPrefix": "/artists"
            }
          ],
          "category": ["BROWSABLE", "DEFAULT"]
        }
      ]
    },
    "ios": {
      "buildNumber": "154",
      "bundleIdentifier": "com.sonymusic.sma",
      "supportsTablet": false,
      "userInterfaceStyle": "dark",
      "config": {
        "usesNonExemptEncryption": false
      },
      "associatedDomains": ["applinks:insights.stream"],
      "infoPlist": {
        "CFBundleAllowMixedLocalizations": true,
        "UIBackgroundModes": ["remote-notification"]
      }
    },
    "androidNavigationBar": {
      "visible": "immersive",
      "barStyle": "light-content",
      "backgroundColor": "#121316"
    },
    "packagerOpts": {
      "config": "metro.config.js",
      "sourceExts": [
        "expo.ts",
        "expo.tsx",
        "expo.js",
        "expo.jsx",
        "ts",
        "tsx",
        "js",
        "jsx",
        "json",
        "svg"
      ]
    },
    "plugins": ["sentry-expo"],
    "hooks": {
      "postPublish": [
        {
          "file": "sentry-expo/upload-sourcemaps",
          "config": {
            "organization": "gdb",
            "project": "ama-frontend",
            "authToken": "960643805e62427db7945a9314d1a8f70a685fa1586c44f29f787657ebe7fb06",
            "url": "https://sentry.delphiplatform.io"
          }
        }
      ]
    },
    "locales": {
      "en": "./src/locales/en-GB.json",
      "es": "./src/locales/es-ES.json",
      "de": "./src/locales/de-DE.json",
      "fr": "./src/locales/fr-FR.json",
      "it": "./src/locales/it-IT.json",
      "pt": "./src/locales/pt-PT.json"
    },
    "extra": {
      "reachabilityUrl": "https://insights.stream",
      "releaseNotesUrl": "https://docs.google.com/document/d/1c_zahCnr1W5R1J33SYsQ4ZEDcSrpmsmSfbhZCo-8zFM/edit?usp=sharing",
      "requestAccessUrl": "https://realtimeinsights.wufoo.com/forms/real-time-insights-access-request-form",
      "linkProfileUrl": "https://realtimeinsights.wufoo.com/forms/m1gs9jhd10cykr3/",
      "feedback": {
        "emailAddress": "SonyMusicArtists@sonymusic.com",
        "emailSubject": "SMA - Feedback Submission"
      },
      "invite": {
        "ccRecipients": ["SonyMusicArtists@sonymusic.com"]
      }
    }
  }
}
