{
  "fullscreen": {
    "global": "Game",
    "platforms": ["mobile","mobileLow"],
    "module": "Core.Fullscreen"
  },
  "stage": {
    "global": "Game",
    "module": "Game.Stage"
  },
  "postman": {
    "global": "Services",
    "module": "Core.Postman"
  },
  "autoPlayer": {
    "module": "Core.AutoPlayer"
  },
  "netEntExtend": {
    "global": "Services",
    "module": "Core.NetEntExtend",
    "model": "Core.Slots.NetEntExtendModel"
  },
  "netEntExtendEvents": {
    "global": "Services",
    "module": "Core.NetEntExtendEvents",
    "model": "Core.Slots.NetEntExtendEventsModel"
  },
  "moneyManager": {
    "global": "Services",
    "module": "Core.MoneyManager"
  },
  "settingsManager": {
    "global": "Services",
    "module": "Core.SettingsManager"
  },
  "localStorageManager": {
    "global": "Services",
    "module": "Core.LocalStorageManager"
  },
  "customMessages": {
    "module": "Core.CustomMessages",
    "model": {
      "desktop": "Core.CustomMessagesDesktopModel"
    }
  },
  "keepAlive": {
    "module": "Core.KeepAlive"
  },
  "playForRealPromo": {
    "module": "Core.PlayForRealPromo",
    "model": {
      "desktop": "Core.PlayForRealPromoDesktopModel"
    }
  },
  "dialogWindow": {
    "module": "Core.DialogWindow",
    "view": {
      "mobile": "Core.DialogWindowMobileView",
      "tablet": "Core.DialogWindowBaseView"
    }
  },
  "errorManager": {
    "global": "Game",
    "module": "Core.ErrorManager",
    "model": {
      "desktop": "Core.ErrorManagerDesktopModel"
    }
  },
  "playModeManager": {
    "module": "Core.PlayModeManager"
  },
  "serverManager": {
    "module": "Core.Slots.ServerManager"
  },
  "responseParser": {
    "global": "Game",
    "module": "Core.Slots.ResponseParser"
  },
  "background": {
    "module": "Game.Background",
    "controller": "Fruitshop.BackgroundController",
    "view": {
      "mobile": "Fruitshop.BackgroundView",
      "desktop": "Fruitshop.BackgroundDesktopView"
    }
  },
  "spin": {
    "global": "Game",
    "module": "Core.Slots.BufferedSpin",
    "view" : "Fruitshop.BufferedSpinView"
  },
  "spinButton": {
    "module": "Fruitshop.SpinButton",
    "model": "Fruitshop.SpinButtonModel",
    "controller": "Fruitshop.SpinButtonController",
    "view": {
      "mobile": "Fruitshop.SpinButtonMobileView",
      "tablet": "Fruitshop.SpinButtonTabletView",
      "desktop": "Fruitshop.SpinButtonDesktopView"
    }
  },
  "maxBetButton": {
    "platforms": ["desktop"],
    "controller": "Fruitshop.MaxBetButtonController",
    "module": "Interface.Slots.MaxBetButton",
    "view": "Interface.Slots.MaxBetButtonBaseView"
  },
  "quickSettingsMenu": {
    "platforms": ["mobile","mobileLow", "tablet","tabletLow"],
    "module": "Interface.QuickSettingsMenu",
    "view": {
      "mobile": "Interface.QuickSettingsMenuBaseView",
      "tablet": "Interface.QuickSettingsMenuTabletView"
    }
  },
  "autoPlayButton": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.AutoPlayButton"
  },
  "quickSpinButton": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.QuickSpinButton"
  },
  "resourceLoader": {
    "module": "Core.ResourceLoader"
  },
  "spinTypeBasic": {
    "module": "Core.Slots.SpinTypeBasic"
  },
  "spinTypeRespin": {
    "module": "Core.Slots.SpinTypeRespin"
  },
  "spinTypeFreespin": {
    "module": "Fruitshop.SpinTypeFreespin"
  },
  "quickStopper": {
    "module": "Game.Slots.QuickStopper",
    "view" : {
      "mobile": "Fruitshop.QuickStopperView",
      "desktop": "Fruitshop.QuickStopperDesktopView"
    }
  },
  "winSituationsDisplay": {
    "module": "Game.Slots.WinSituationsDisplay",
    "model" : "Fruitshop.WinSituationsDisplayModel",
    "controller" : "Fruitshop.WinSituationsDisplayController"
  },
  "winSituations": {
    "module": "Game.Slots.WinSituations"
  },
  "betlineIndicators": {
    "module" : "Fruitshop.BetlineIndicators",
    "view"  : "Fruitshop.BetlineIndicatorsView"
  },
  "winBanner": {
    "module": "Game.Slots.WinBanner",
    "view" : {
      "mobile": "Fruitshop.WinBannerView",
      "desktop": "Fruitshop.WinBannerDesktopView"
    },
    "controller" : "Fruitshop.WinBannerController"
  },
  "stopGame": {
    "module": "Core.StopGame"
  },
  "realityCheck": {
    "module": "Core.Slots.RealityCheck",
    "model": {
      "desktop": "Core.RealityCheckDesktopModel"
    }
  },
  "coinWin": {
    "module": "Game.Slots.CoinWin",
    "view" : "Fruitshop.CoinWinView"
  },
  "winningSymbols": {
    "module": "Game.Slots.WinningSymbols",
    "view" : "Fruitshop.WinningSymbolsView",
    "controller" : "Fruitshop.WinningSymbolsController"
  },
  "standardWin": {
    "module": "Core.Slots.StandardWin",
    "controller" : "Fruitshop.StandardWinController",
    "model" : "Fruitshop.StandardWinModel"
  },
  "cutOutAnimation": {
    "module": "Fruitshop.CutOutAnimation"
  },
  "bigWin": {
    "module": "Game.Slots.BigWin",
    "model": "Fruitshop.BigWinModel",
    "view" : {
      "mobile": "Fruitshop.BigWinView",
      "desktop": "Fruitshop.BigWinDesktopView"
    },
    "controller": "Fruitshop.BigWinController"
  },
  "bigWinCountUp": {
    "module": "Game.Slots.BigWinCountUp",
    "view" : {
      "mobile": "Fruitshop.BigWinCountUpView",
      "desktop": "Fruitshop.BigWinCountUpDesktopView"
    }
  },
  "JMX": {
    "optional": true,
    "module": "Cheats.JMX"
  },
  "JMXQueueViewer": {
    "optional": true,
    "module": "Cheats.JMXQueueViewer"
  },
  "DebugInformation": {
    "optional": true,
    "module": "Cheats.DebugInformation"
  },
  "g4": {
    "global": "Game",
    "module": "Core.G4",
    "model": {
      "desktop": "Core.G4DesktopModel"
    }
  },
  "slowRequestAnimation": {
    "module": "Core.SlowRequestAnimation",
    "view": {
      "desktop": "Core.SlowRequestAnimationDesktopView"
    }
  },
  "ambienceManager": {
    "module": "Game.AmbienceManager"
  },
  "audioPlayer": {
    "global": "Game",
    "module": "Core.Audio.AudioPlayer"
  },
  "homeButton": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.HomeButton",
    "view": {
      "mobile": "Interface.HomeButtonMobileView",
      "tablet": "Interface.HomeButtonTabletView"
    }
  },
  "soundOnOffButton": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.SoundOnOffButton",
    "view": {
      "mobile": "Interface.SoundOnOffButtonMobileView",
      "tablet": "Interface.SoundOnOffButtonTabletView"
    }
  },
  "balanceDisplay": {
    "module": "Interface.BalanceDisplay",
    "view": {
      "desktop": "Interface.BalanceDisplayDesktopView",
      "mobile": "Interface.BalanceDisplayMobileView",
      "tablet": "Interface.BalanceDisplayBaseView"
    }
  },
  "coinsField": {
    "module": "Interface.Slots.CoinsField",
    "controller": "Fruitshop.CoinsFieldController",
    "model": "Fruitshop.CoinsFieldModel",
    "view": {
      "mobile": "Interface.Slots.CoinsFieldMobileView",
      "tablet": "Interface.Slots.CoinsFieldBaseView",
      "desktop": "Interface.Slots.CoinsFieldDesktopView"
    }
  },
  "cashField": {
    "module": "Interface.CashField",
    "controller": "Fruitshop.CashFieldController",
    "view": {
      "desktop": "Interface.CashFieldDesktopView",
      "mobile": "Interface.CashFieldMobileView",
      "tablet": "Interface.CashFieldTabletView"
    }
  },
  "coinsFieldCountUp": {
    "module": "Core.AbstractCountUp"
  },
  "settingsWindow": {
    "module": "Interface.SettingsWindow",
    "view": {
      "mobile": "Interface.SettingsWindowMobileView",
      "tablet": "Interface.SettingsWindowTabletView",
      "desktop": "Interface.SettingsWindowDesktopView"
    }
  },
  "settingsMenu": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.SettingsMenu",
    "view": {
      "mobile": "Interface.SettingsMenuMobileView",
      "tablet": "Interface.SettingsMenuTabletView"
    }
  },
  "desktopSettingsMenu": {
    "platforms": ["desktop"],
    "module": "Interface.DesktopSettingsMenu"
  },
  "settingsButton": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.SettingsButton",
    "view": {
      "mobile": "Interface.SettingsButtonMobileView",
      "tablet": "Interface.SettingsButtonTabletView"
    }
  },
  "betSettings": {
    "module": "Interface.BetSettings",
    "controller": "Interface.BetSettingsController",
    "view": {
      "mobile": "Interface.BetSettingsBaseView",
      "tablet": "Interface.BetSettingsBaseView",
      "desktop": "Interface.BetSettingsDesktopView"
    }
  },
  "systemClock": {
    "module": "Interface.SystemClock",
    "view": {
      "mobile": "Interface.SystemClockBaseView",
      "tablet": "Interface.SystemClockTabletView",
      "desktop": "Interface.SystemClockDesktopView"
    }
  },
  "netEntLogo": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.NetEntLogo"
  },
  "gameHistory": {
    "module": "Interface.GameHistory",
    "view": {
      "mobile": "Interface.GameHistoryBaseView",
      "tablet": "Interface.GameHistoryBaseView"
    }
  },
  "gameRules": {
    "module": "Interface.GameRules",
    "view": {
      "mobile": "Fruitshop.GameRulesBaseView",
      "tablet": "Fruitshop.GameRulesBaseView",
      "desktop": "Interface.GameRulesDesktopView"
    }
  },
  "paytable": {
    "module": "Interface.Paytable",
    "model" : "Fruitshop.PaytableModel",
    "controller" : "Fruitshop.PaytableController",
    "view" : {
      "mobile" : "Interface.PaytableBaseView",
      "desktop" : "Interface.PaytableDesktopView"
    }
  },
  "spinSettings": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.SpinSettings"
  },
  "autoplaySettings": {
    "platforms": ["desktop"],
    "module": "Interface.AutoplaySettings",
    "view": "Interface.AutoplaySettingsView"
  },
  "gameSettings": {
    "platforms": ["desktop"],
    "module": "Interface.GameSettings",
    "view": {
      "desktop": "Interface.GameSettingsDesktopView"
    }
  },
  "soundSettings": {
    "module": "Interface.SoundSettings",
    "view": {
      "mobile": "Interface.SoundSettingsBaseView",
      "tablet": "Interface.SoundSettingsBaseView",
      "desktop": "Interface.SoundSettingsDesktopView"
    }
  },
  "logo": {
    "global": "Game",
    "module": "Game.Logo",
    "view" : {
      "mobile":"Game.LogoView",
      "desktop":"Fruitshop.LogoDesktopView"
    }
  },
  "freeSpinIntro": {
    "global": "Game",
    "module": "Fruitshop.FreeSpinIntro",
    "model": "Fruitshop.FreeSpinIntroModel",
    "controller": "Fruitshop.FreeSpinIntroController",
    "view":{
      "mobile" : "Fruitshop.FreeSpinIntroView",
      "desktop" : "Fruitshop.FreeSpinIntroDesktopView"
    }
  },
  "freeSpinOutro": {
    "global": "Game",
    "module": "Game.Slots.FreeSpinOutro",
    "controller" : "Fruitshop.FreeSpinOutroController",
    "view": "Fruitshop.FreeSpinOutroView",
    "model": "Fruitshop.FreeSpinOutroModel"
  },
  "fountainAnimation" : {
    "module" : "Fruitshop.FountainAnimation"
  },
  "keyboardManager": {
    "module": "Core.KeyboardManager"
  },
  "freeRounds": {
    "module": "Core.Slots.FreeRounds"
  },
  "dimmedSymbols" : {
    "module"  : "Game.Slots.DimmedNoWinSymbols"
  },
  "countDownFreespins": {
    "module": "Game.Slots.CountDownFreespins",
    "view"  :  {
      "mobile" : "Fruitshop.CountDownFreespinsView",
      "desktop" : "Fruitshop.CountDownFreespinsDesktopView"
    },
    "controller" : "Fruitshop.CountDownFreeSpinsController"
  },
  "additionalFreespins":{
    "module" : "Game.Slots.AdditionalFreespins",
    "view"  :  {
      "mobile" : "Fruitshop.AdditionalFreespinsView",
      "desktop" : "Fruitshop.AdditionalFreespinsDesktopView"
    },
    "model" : "Fruitshop.AdditionalFreespinsModel",
    "controller" : "Fruitshop.AdditionalFreespinsController"
  },
  "featureSplash" : {
    "platforms" : [ "desktop" ],
    "module" : "Fruitshop.FeatureSplash"
  },
  "ticker": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.Ticker",
    "view": "Interface.TickerMobileView"
  },
  "pluginMenu": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Integration.PluginMenu",
    "view": {
      "mobile": "Integration.PluginMenuMobileView",
      "tablet": "Integration.PluginMenuBaseView"
    }
  },
  "spinButtonDisable" : {
    "platforms" : [ "desktop" ],
    "module" : "Fruitshop.SpinButtonDisable"
  },
  "keyboard": {
    "platforms": [
      "mobile",
      "mobileLow",
      "tablet",
      "tabletLow"
    ],
    "module": "Interface.Keyboard"
  },
  "bonusMessage": {
    "module": "Core.BonusMessage"
  },
  "bonusProgramWidget": {
    "module": "Game.BonusProgramWidget"
  },
  "archbotGUI": {
    "optional": true,
    "module": "Archbot.ArchbotGUI"
  }
}
