Skip to content

Commit

Permalink
WebExt: fix broken url (#37222)
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
PassionPenguin authored Dec 16, 2024
1 parent b86c026 commit 3f75d5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The first three properties - `type`, `title`, `message` - are mandatory in {{Web
- `title`
- : `string`. The notification's title.
- `iconUrl` {{optional_inline}}
- : `string`. A URL pointing to an icon to display in the notification. The URL can be: a data URL, a blob URL, a http or https URL, or the [relative URL of a file within the extension](/en-US/docs/Mozilla/Add-ons/WebExtensions/Chrome_incompatibilities#relative_urls). When using an SVG image, ensure that the image includes height and width attributes, for example, `<svg width="96" height="96"…`. Otherwise, the image may not display.
- : `string`. A URL pointing to an icon to display in the notification. The URL can be: a data URL, a blob URL, a http or https URL, or the relative URL of a file within the extension. When using an SVG image, ensure that the image includes height and width attributes, for example, `<svg width="96" height="96"…`. Otherwise, the image may not display.
- `contextMessage` {{optional_inline}}
- : `string`. Supplementary content to display.
- `priority` {{optional_inline}}
Expand Down

0 comments on commit 3f75d5a

Please sign in to comment.