Name: "NotificationsManager"
Description: "Сценарий для управления подписками на уведомления от сервисов и маркетинга"
Languages: [L_RUS]
DataSources: [
    {
        Type: NOTIFICATION_STATE
    },
    {
        Type: ENVIRONMENT_STATE
    }
]
AcceptedFrames: [
    "alice.notifications_drop_all",
    "alice.notifications_read",
    "alice.notifications_onboarding",
    "alice.notifications_unsubscribe",
    "alice.notifications_subscribe",
    "alice.notifications_subscriptions_list"
]
Handlers: {
    BaseUrl: "http://scenarios.hamster.alice.yandex.net/notifications_manager/"
    OverrideHttpAdapterReqId: true
    RequestType: AppHostPure
}
Enabled: True

Responsibles {
    Logins: "tolyandex"
    Logins: "olegator"
    AbcServices {
        Name: "aliceruntime"
        DutySlugs: [
            "alice_duty_senior",
            "alice_duty_executive"
        ]
    }
}
