Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / private / permissions / notifications.html
blob00003df4ad3e5d4725065d0a2a380510d2e3b23f
1 {{^is_apps}}
2 Allows the extension to use the proposed HTML5 <a href="http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification">notification API</a> without calling permission methods (such as <code>checkPermission()</code>). For more information see <a href="desktop_notifications">Desktop Notifications</a>.
3 {{:is_apps}}
4 Required if the app uses the <a href="notifications">chrome.notifications</a> API. Also allows the app to use the proposed HTML5 <a href="http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification">notification API</a> without calling permission methods (such as <code>checkPermission()</code>). For more information see <a href="desktop_notifications">Desktop Notifications</a>.
5 {{/is_apps}}