{
  "expo": {
    "name": "Insights",
    "slug": "insights",
    "owner": "data_analytics",
    "privacy": "unlisted",
    "platforms": ["ios", "android", "web"],
    "version": "4.8.3",
    "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": 135,
      "intentFilters": [
        {
          "action": "VIEW",
          "autoVerify": true,
          "data": [
            {
              "scheme": "https",
              "host": "insights.stream",
              "pathPrefix": "/artists"
            }
          ],
          "category": ["BROWSABLE", "DEFAULT"]
        }
      ]
    },
    "ios": {
      "buildNumber": "135",
      "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"
      ]
    },
    "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": {
      "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",
      "feedback": {
        "emailAddress": "SonyMusicArtists@sonymusic.com",
        "emailSubject": "SMA - Feedback Submission"
      },
      "invite": {
        "ccRecipients": ["SonyMusicArtists@sonymusic.com"],
        "subject": "🎉 You’ve Been Invited to Real Time Insights | Sony Music Entertainment",
        "body": "Hey,<br/><br/>I’m inviting you to ‘Real-Time Insights’ Sony’s premier streaming and performance analytics app for artists and managers. You’ll be one of the first users to try out this new product.<br/><br/>Just reply with what Sony artists you need access to and a member of Sony's Data Strategy team will reach out when your account is set-up.<br/><br/>In the meantime, you can download the app: iOS (<a href='https://apps.apple.com/us/app/real-time-insights-sme/id1511208600'>here</a>) or Android (<a href='https://play.google.com/store/apps/details?id=com.sonymusic.sma&hl=en_US&gl=US'>here</a>), and find more information on our website <a href='http://insights.sonymusic.com/'>here</a>."
      }
    }
  }
}
