{
    "cutOutAnimation": {
        "module": "PR.CutOutAnimation"
    },
    "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": "Interface.DialogWindow",
        "view": {
            "mobile": "Interface.DialogWindowMobileView",
            "tablet": "Interface.DialogWindowBaseView"
        }
    },
    "errorManager": {
        "global": "Game",
        "module": "Core.ErrorManager",
        "model": {
            "desktop": "Core.ErrorManagerDesktopModel"
        }
    },
    "playModeManager": {
        "module": "Core.PlayModeManager"
    },
    "serverManager": {
        "module": "Core.Slots.ServerManager",
        "model": "PR.ServerManagerModel"
    },
    "responseParser": {
        "global": "Game",
        "module": "Core.Slots.ResponseParser"
    },
    "background": {
        "module": "PR.Background",
        "view": {
            "mobile":"PR.BackgroundView",
            "desktop": "PR.BackgroundDesktopView"

        }
    },
    "logo": {
        "module": "PR.Logo",
        "view": {
            "mobile":"PR.LogoView",
            "desktop": "PR.LogoDesktopView"
        }
    },
    "spin": {
        "global": "Game",
        "module": "Core.Slots.Spin",
        "controller": "PR.SpinController",
        "view": {
            "desktop": "PR.SpinView"
        }
    },
    "spinButton": {
        "module": "Interface.Slots.SpinButton",
        "view": {
            "mobile": "Interface.Slots.SpinButtonMobileView",
            "tablet": "Interface.Slots.SpinButtonTabletView",
            "desktop": "PR.SpinButtonDesktopView"
        }
    },
    "maxBetButton": {
        "platforms": ["desktop"],
        "module": "Interface.Slots.MaxBetButton",
        "controller": "PR.MaxBetButtonController",
        "view": "PR.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",
        "model": "PR.SpinTypeBasicModel"
    },
    "spinTypeFreespin": {
        "module": "Core.Slots.SpinTypeFreespin"
    },
    "quickStopper": {
        "module": "Game.Slots.QuickStopper",
        "view": {
            "desktop": "PR.QuickStopperDesktopView"
        }
    },
    "winSituationsDisplay": {
        "module": "Game.Slots.WinSituationsDisplay",
        "controller": "PR.WinSituationsDisplayController",
        "model": "PR.Slots.WinSituationsDisplayModel"
    },
    "winSituations": {
        "module": "Game.Slots.WinSituations",
        "model": "PR.WinSituationsModel",
        "view": {
            "mobile" : "PR.WinSituationsView",
            "desktop": "PR.WinSituationsDesktopView"
        }
    },
    "betlineIndicators": {
        "platforms": ["desktop"],
        "module": "Game.Slots.BetlineIndicators",
        "controller":"PR.BetlineIndicatorsController"
    },

    "winBanner": {
        "module": "Game.Slots.WinBanner",
        "view": {
            "mobile" : "PR.Slots.WinBannerView",
            "desktop": "PR.WinBannerDesktopView"
        },
        "controller": "PR.Slots.WinBannerController"
    },
    "stopGame": {
        "module": "Core.StopGame"
    },
    "realityCheck": {
        "module": "Core.Slots.RealityCheck",
        "model": {
            "desktop": "Core.RealityCheckDesktopModel"
        }
    },
    "coinWin": {
        "module": "Game.Slots.CoinWin",
        "controller": "PR.CoinWinController",
        "model": "PR.CoinWinModel",
        "view": {
            "mobile": "PR.Slots.CoinWinView",
            "desktop": "PR.CoinWinDesktopView"
        }

    },
    "dimmedSymbols": {
        "module": "Game.Slots.DimmedSymbols",
        "controller": "PR.DimmedSymbolsController",
        "model": "PR.DimmedSymbolsModel",
        "view":{
            "mobile" : "PR.DimmedSymbolsView",
            "desktop" : "PR.DimmedSymbolsDesktopView"
        }
    },
    "winningSymbols": {
        "module": "Game.Slots.WinningSymbols",
        "controller": "PR.Slots.WinningSymbolsController",
        "model": "PR.Slots.WinningSymbolsModel",
        "view":{
            "mobile" : "PR.Slots.WinningSymbolsView",
            "desktop" : "PR.WinningSymbolsDesktopView"
        }
    },
    "attention": {
        "module": "PR.Attention",
        "controller": "PR.AttentionController",
        "model": "PR.AttentionModel"
    },
    "standardWin": {
        "module": "Core.Slots.StandardWin",
        "controller": "PR.StandardWinController",
        "model": "PR.StandardWinModel"
    },
    "bigWin": {
        "module": "Game.Slots.BigWin",
        "controller": "PR.BigWinController",
        "model": "PR.BigWinModel",
        "view":{
            "mobile":"PR.BigWinView",
            "desktop":"PR.BigWinDesktopView"
        }

    },
    "bigWinCountUp": {
        "module": "Game.Slots.BigWinCountUp",
        "view": {
            "mobile" : "PR.BigWinCountUpView",
            "desktop" : "PR.BigWinCountUpDesktopView"
        },
        "controller": "PR.BigWinCountUpController"
    },
    "explodeAnimation": {
        "module": "PR.ExplodeAnimation",

        "controller": "PR.ExplodeAnimationController",
        "view":{
            "mobile": "PR.ExplodeAnimationView",
            "desktop":"PR.ExplodeAnimationDesktopView"
        }
    },
    "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": "Interface.SlowRequestAnimation",
        "view": {
            "desktop": "Interface.SlowRequestAnimationDesktopView"
        }
    },
    "ambienceManager": {
        "module": "Game.AmbienceManager"
    },
    "audioPlayer": {
        "global": "Game",
        "module": "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",
        "model" : "PR.CoinsFieldModel",
        "controller" : "PR.CoinsFieldController",
        "view": {
            "mobile": "Interface.Slots.CoinsFieldMobileView",
            "tablet": "Interface.Slots.CoinsFieldBaseView",
            "desktop": "PR.CoinsFieldDesktopView"
        }
    },
    "cashField": {
        "module": "Interface.CashField",
        "model": "PR.CashFieldModel",
        "controller": "PR.CashFieldController",
        "view": {
            "desktop": "Interface.CashFieldDesktopView",
            "mobile": "Interface.CashFieldMobileView",
            "tablet": "Interface.CashFieldTabletView"
        }
    },
    "freeRounds": {
        "module": "Core.Slots.FreeRounds"
    },
    "coinsFieldCountUp": {
        "module": "Game.AbstractCountUp"
    },
    "settingsWindow": {
        "module": "Interface.SettingsWindow",
        "view": {
            "mobile": "Interface.SettingsWindowMobileView",
            "tablet": "Interface.SettingsWindowTabletView",
            "desktop": "Interface.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", "mobileLow", "tablet", "tabletLow"],
        "module": "Interface.SettingsButton",
        "view": {
            "mobile": "Interface.SettingsButtonMobileView",
            "tablet": "Interface.SettingsButtonTabletView"
        }
    },
    "betSettings": {
        "module": "Interface.BetSettings",
        "controller": "PR.BetSettingsController",
        "view": {
            "mobile": "Interface.BetSettingsBaseView",
            "tablet": "Interface.BetSettingsBaseView",
            "desktop": "PR.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": "Interface.GameHistoryBaseView"
    },
    "gameRules": {
        "module": "Interface.GameRules",
        "controller": "PR.GameRulesController",
        "view": {
            "mobile": "Interface.GameRulesBaseView",
            "tablet": "Interface.GameRulesBaseView",
            "desktop": "PR.GameRulesDesktopView"
        }
    },
    "paytable": {
        "module": "Interface.Paytable",
        "controller": "PR.PaytableController",
        "view": {
            "mobile": "PR.PaytableBaseView",
            "desktop": "PR.PaytableDesktopView"
        }
    },
    "spinSettings": {
        "platforms":  ["mobile", "mobileLow", "tablet", "tabletLow"],
        "module": "Interface.SpinSettings",
        "view": "PR.SpinSettingsView"
    },
    "autoplaySettings": {
        "platforms": ["desktop"],
        "module": "Interface.AutoplaySettings",
        "controller": "PR.AutoplaySettingsController",
        "view" : "PR.AutoplaySettingsView"
    },
    "gameSettings": {
        "platforms": ["desktop"],
        "module": "Interface.GameSettings",
        "view": {
            "desktop": "PR.GameSettingsDesktopView"
        }
    },
    "soundSettings": {
        "module": "Interface.SoundSettings",
        "view": {
            "mobile": "Interface.SoundSettingsBaseView",
            "tablet": "Interface.SoundSettingsBaseView",
            "desktop": "Interface.SoundSettingsDesktopView"
        }
    },
    "wildAnimation": {
        "module": "PR.WildAnimation",
        "view": {
            "mobile" : "PR.WildAnimationView",
            "desktop" : "PR.WildAnimationDesktopView"
        },
        "controller": "PR.WildAnimationController",
        "model": "PR.WildAnimationModel"
    },
    "bonusGame": {
        "module": "PR.BonusGame",
        "view": {
            "mobile" : "PR.BonusGameView",
            "desktop" : "PR.BonusGameDesktopView"
        }
    },
    "additionalFreespins": {
        "module": "Game.Slots.AdditionalFreespins",
        "view":{
            "mobile" : "PR.AdditionalFreespinsView",
            "desktop" : "PR.AdditionalFreespinsDesktopView"
        }
    },

    "scatterAnimation": {
        "module": "PR.ScatterAnimation",
        "view": {
            "mobile" : "PR.ScatterAnimationView",
            "desktop" : "PR.ScatterAnimationDesktopView"
        },
        "controller": "PR.ScatterAnimationController",
        "model": "PR.ScatterAnimationModel"
    },
    "freeSpinIntro": {
        "module": "PR.FreeSpinIntro",
        "controller": "PR.FreeSpinIntroController",
        "model": "PR.FreeSpinIntroModel",
        "view": {
            "mobile" : "PR.FreeSpinIntroView",
            "desktop": "PR.FreeSpinIntroDesktopView"
        }
    },
    "freeSpinOutro": {
        "module": "Game.Slots.FreeSpinOutro",
        "controller": "PR.FreeSpinOutroController",
        "view": {
            "mobile" : "PR.FreeSpinOutroView",
            "desktop": "PR.FreeSpinOutroDesktopView"
        }
    },
    "countDownFreespins": {
        "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
        "module": "Game.Slots.CountDownFreespins",
        "controller": "PR.CountDownFreespinsController",
        "view": "PR.CountDownFreespinsView"
    },
    "nearWin": {
        "module": "PR.NearWin"
    },
    "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"
        }
    },
    "keyboard": {
        "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
        "module": "Interface.Keyboard"
    },
    "keyboardManager": {
        "module": "Game.KeyboardManager"
    },
    "winningSymbolsAnimation" : {
        "platforms": ["desktop"],
        "module" : "PR.WinningSymbolsAnimation"
    },
    "spinButtonDisable" : {
        "platforms" : [ "desktop" ],
        "module" : "PR.SpinButtonDisable"
    },
    "bonusMessage": {
        "module": "Core.BonusMessage"
    },
    "bonusProgramWidget": {
        "module": "Core.Slots.BonusProgramWidget"
    },
    "archbotGUI": {
        "optional": true,
        "module": "Archbot.ArchbotGUI"
    }
}
