chromium/components/policy/resources/templates/policy_definitions/Miscellaneous/AllowSystemNotifications.yaml

caption: Allows system notifications
default: true
desc: |-
  Configures whether <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> on Linux will use system notifications.

  If set to True or not set, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is allowed to use system notifications.

  If set to False, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will not use system notifications. <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s Message Center will be used as a fallback.
example_value: true
features:
  dynamic_refresh: true
  per_profile: true
items:
- caption: Allow system notifications to be used
  value: true
- caption: Do not allow system notifications to be used
  value: false
owners:
- file://chrome/browser/notifications/OWNERS
schema:
  type: boolean
supported_on:
- chrome.linux:90-
tags: []
type: main