{
    "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",
        "controller": "KOS.ResponseParserController"
    },
    "background": {
        "module": "Game.Background",
        "controller": "KOS.BackgroundController",
        "view": {
            "mobile": "KOS.BackgroundView",
            "desktop": "KOS.BackgroundDesktopView"
        }
    },
    "spin": {
        "global": "Game",
        "module": "Core.Slots.BufferedSpin",
        "view": "KOS.BufferedSpinView",
        "controller": "KOS.BufferedSpinController"
    },
    "spinButton": {
        "module": "Interface.Slots.SpinButton",
        "controller": "KOS.SpinButtonController",
        "view": {
            "mobile": "KOS.SpinButtonMobileView",
            "tablet": "KOS.SpinButtonTabletView",
            "desktop": "KOS.SpinButtonDesktopView"
        }
    },
    "maxBetButton": {
        "platforms": ["desktop"],
        "module": "Interface.Slots.MaxBetButton",
        "view": "KOS.MaxBetButtonDesktopView"
    },
    "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": "Core.Slots.SpinTypeFreespin"
    },
    "quickStopper": {
        "module": "Game.Slots.QuickStopper",
        "model": "KOS.QuickStopperModel",
        "view": {
            "mobile": "Game.Slots.QuickStopperView",
            "desktop": "KOS.QuickStopperDesktopView"
        }
    },
    "winSituationsDisplay": {
        "module": "Game.Slots.WinSituationsDisplay",
        "controller": "KOS.WinSituationsDisplayController"
    },
    "winSituations": {
        "module": "Game.Slots.WinSituations",
        "controller": "KOS.WinSituationsController"
    },
    "betlineIndicators": {
        "module": "Game.Slots.BetlineIndicators",
        "view": {
            "mobile": "KOS.BetlineIndicatorsView",
            "desktop": "KOS.BetlineIndicatorsDesktopView"
        },
        "controller": "KOS.BetlineIndicatorsController"
    },
    "winBanner": {
        "module": "Game.Slots.WinBanner",
        "controller": "KOS.WinBannerController",
        "view": {
            "mobile": "KOS.WinBannerView",
            "desktop": "KOS.WinBannerDesktopView"
        }
    },
    "stopGame": {
        "module": "Core.StopGame"
    },
    "realityCheck": {
        "module": "Core.Slots.RealityCheck",
        "model": {
            "desktop": "Core.RealityCheckDesktopModel"
        }
    },
    "coinWin": {
        "module": "Game.Slots.CoinWin",
        "model" : "KOS.CoinWinModel",
        "view": {
            "mobile": "KOS.CoinWinView",
            "desktop": "KOS.CoinWinDesktopView"
        },
        "controller": "KOS.CoinWinController"
    },
    "dimmedNoWinSymbols": {
        "module": "Game.Slots.DimmedNoWinSymbols",
        "view": {
            "mobile": "KOS.DimmedNoWinSymbolsView",
            "desktop": "KOS.DimmedNoWinSymbolsDesktopView"
        }
    },
    "winningSymbols": {
        "module": "Game.Slots.WinningSymbols",
        "model": "KOS.WinningSymbolsModel",
        "view": {
            "mobile": "KOS.WinningSymbolsView",
            "desktop": "KOS.WinningSymbolsDesktopView"
        },
        "controller": "KOS.WinningSymbolsController"
    },
    "standardWin": {
        "module": "Core.Slots.StandardWin",
        "model": "KOS.StandardWinModel",
        "controller": "KOS.StandardWinController"
    },
    "bigWin": {
        "module": "KOS.BigWin",
        "view": {
            "mobile": "KOS.BigWinView",
            "desktop": "KOS.BigWinDesktopView"
        }
    },
    "bigWinCountUp": {
        "module": "Game.Slots.BigWinCountUp",
        "controller" : "KOS.BigWinCountUpController",
        "view": {
            "mobile": "KOS.BigWinCountUpView",
            "desktop": "KOS.BigWinCountUpDesktopView"
        }
    },
    "JMX": {
        "optional": true,
        "module": "Cheats.JMX",
        "model": "KOS.JMXModel"
    },
    "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",
        "view": {
            "mobile": "Interface.Slots.CoinsFieldMobileView",
            "tablet": "Interface.Slots.CoinsFieldBaseView",
            "desktop": "KOS.CoinsFieldDesktopView"
        },
        "model": "KOS.CoinsFieldModel",
        "controller": "KOS.CoinsFieldController"
    },
    "cashField": {
        "module": "Interface.CashField",
        "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": "KOS.SettingsWindowDesktopView"
        }
    },
    "settingsMenu": {
        "platforms": ["mobile", "tablet", "mobileLow", "tabletLow"],
        "module": "Interface.SettingsMenu",
        "view": {
            "mobile": "Interface.SettingsMenuMobileView",
            "tablet": "Interface.SettingsMenuTabletView"
        }
    },
    "desktopSettingsMenu": {
        "platforms": ["desktop"],
        "module": "Interface.DesktopSettingsMenu"
    },
    "settingsButton": {
        "platforms": ["mobile", "tablet", "mobileLow", "tabletLow"],
        "module": "Interface.SettingsButton",
        "view": {
            "mobile": "Interface.SettingsButtonMobileView",
            "tablet": "Interface.SettingsButtonTabletView"
        }
    },
    "betSettings": {
        "module": "Interface.BetSettings",
        "view": {
            "mobile": "Interface.BetSettingsBaseView",
            "tablet": "Interface.BetSettingsBaseView",
            "desktop": "KOS.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": "KOS.GameRulesBaseView",
            "tablet": "KOS.GameRulesBaseView",
            "desktop": "KOS.GameRulesDesktopView"
        },
          "controller": "KOS.GameRulesController"
    },
    "paytable": {
        "module": "Interface.Paytable",
        "controller": "KOS.PaytableController",
        "view": {
            "mobile": "KOS.PaytableBaseView",
            "desktop": "KOS.PaytableDesktopView"
        }
    },
    "spinSettings": {
        "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
        "module": "Interface.SpinSettings"
    },
    "autoplaySettings": {
        "platforms": ["desktop"],
        "module": "Interface.AutoplaySettings",
        "view": {
            "desktop": "KOS.AutoplaySettingsDesktopView"
        }
    },
    "gameSettings": {
        "platforms": ["desktop"],
        "module": "Interface.GameSettings",
        "view": {
            "desktop": "KOS.GameSettingsDesktopView"
        }
    },
    "soundSettings": {
        "module": "Interface.SoundSettings",
        "view": {
            "mobile": "Interface.SoundSettingsBaseView",
            "tablet": "Interface.SoundSettingsBaseView",
            "desktop": "Interface.SoundSettingsDesktopView"
        }
    },
    "logo": {
        "global": "Game",
        "module": "Game.Logo",
        "view": {
            "mobile": "KOS.LogoView",
            "desktop": "KOS.LogoDesktopView"
        },
        "controller" : "KOS.LogoController"
    },
    "freeSpinIntro": {
        "global": "Game",
        "module": "Game.Slots.FreeSpinIntro",
        "model": "KOS.FreeSpinIntroModel",
        "controller": "KOS.FreeSpinIntroController",
        "view": {
            "mobile": "KOS.FreeSpinIntroView",
            "desktop": "KOS.FreeSpinIntroDesktopView"
        }
    },
    "freeSpinOutro": {
        "global": "Game",
        "module": "Game.Slots.FreeSpinOutro",
        "controller": "KOS.FreeSpinOutroController",
        "view": {
          "mobile": "KOS.FreeSpinOutroView",
          "desktop": "KOS.FreeSpinOutroDesktopView"
        }
    },
     "additionalFreespins": {
        "module": "Game.Slots.AdditionalFreespins",
          "view": {
            "mobile": "KOS.AdditionalFreespinsView",
            "desktop": "KOS.AdditionalFreespinsDesktopView"
        },
        "model": "KOS.AdditionalFreespinsModel",
        "controller" : "KOS.AdditionalFreespinsController"
       },
    "keyboardManager": {
        "module": "Core.KeyboardManager"
    },
    "freeRounds": {
        "module": "Core.Slots.FreeRounds"
    },
    "countDownFreespins": {
        "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
        "module": "Game.Slots.CountDownFreespins",
        "controller": "KOS.CountDownFreespinsController",
        "view": "KOS.CountDownFreespinsView"
    },
    "respinPresentation": {
        "module": "KOS.RespinPresentation",
        "view": {
            "mobile": "KOS.RespinPresentationView",
            "desktop": "KOS.RespinPresentationDesktopView"
        }
    },
    "fountainAnimation" : {
        "module" : "KOS.FountainAnimation",
        "view": {
            "mobile": "KOS.FountainAnimationView",
            "desktop": "KOS.FountainAnimationDesktopView"
        }
    },
    "scatterWinPresentation" : {
        "module" : "KOS.ScatterWinPresentation",
        "view": {
            "mobile": "KOS.ScatterWinPresentationView",
            "desktop": "KOS.ScatterWinPresentationDesktopView"
        }
    },
    "pluginMenu": {
        "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
        "module": "Integration.PluginMenu",
        "view": {
            "mobile": "Integration.PluginMenuMobileView",
            "tablet": "Integration.PluginMenuBaseView"
        }
    },
    "ticker" : {
        "platforms" : ["mobile", "mobileLow", "tablet", "tabletLow"],
        "module" : "Interface.Ticker",
        "view": "Interface.TickerMobileView"
    },
    "bonusMessage": {
        "module": "Core.BonusMessage"
    },
    "keyboard": {
        "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
        "module": "Interface.Keyboard"
    },
    "bonusProgramWidget": {
        "module": "Game.BonusProgramWidget"
    },
    "flashAnimation": {
        "module": "KOS.FlashAnimation"
    },
    "tickerTape" : {
        "platforms": ["desktop"],
        "module" : "KOS.TickerTape"
    },
    "spinButtonDisable" : {
        "platforms" : [ "desktop" ],
        "module" : "KOS.SpinButtonDisable"
    },
    "featureSplash": {
        "platforms": ["desktop"],
        "module": "KOS.FeatureSplash"
    },
    "greyLayer": {
        "platforms": ["desktop"],
        "module": "KOS.GreyLayer"
    },
    "multiplierAnimation": {
        "module": "KOS.MultiplierAnimation",
        "view": {
            "desktop": "KOS.MultiplierAnimationDesktopView",
            "mobile": "KOS.MultiplierAnimationView",
            "tablet": "KOS.MultiplierAnimationView"
        }
    },
    "archbotGUI": {
        "optional" : true,
        "module": "Archbot.ArchbotGUI"
    }
}
