chromium/components/policy/resources/templates/policy_definitions/ContentSettings/DefaultNotificationsSetting.yaml

caption: Default notification setting
default: null
desc: |-
  Setting the policy to 1 lets websites display desktop notifications. Setting the policy to 2 denies desktop notifications.

  Leaving it unset means <ph name="ASK_NOTIFICATIONS_POLICY_NAME">AskNotifications</ph> applies, but users can change this setting.
example_value: 2
features:
  dynamic_refresh: true
  per_profile: true
future_on:
- fuchsia
items:
- caption: Allow sites to show desktop notifications
  name: AllowNotifications
  value: 1
- caption: Do not allow any site to show desktop notifications
  name: BlockNotifications
  value: 2
- caption: Ask every time a site wants to show desktop notifications
  name: AskNotifications
  value: 3
owners:
- [email protected]
- file://components/permissions/PERMISSIONS_OWNERS
schema:
  enum:
  - 1
  - 2
  - 3
  type: integer
supported_on:
- chrome.*:10-
- chrome_os:11-
tags: []
type: int-enum