Confirmed users
8
edits
No edit summary |
m (Document https://bugzil.la/1220547) |
||
Line 93: | Line 93: | ||
# item represents a bookmark, livemark, separator, folder, or the default | # item represents a bookmark, livemark, separator, folder, or the default | ||
# bookmarks in that container (if any). The default type is bookmark. | # bookmarks in that container (if any). The default type is bookmark. | ||
# | |||
# Since Firefox 45, it's possible to set an optional keyword or favicon | |||
# for a bookmark. | |||
[BookmarksToolbar] | [BookmarksToolbar] | ||
Line 126: | Line 129: | ||
item.2.link=http://example.com/foo | item.2.link=http://example.com/foo | ||
item.2.description=This is a sample site. | item.2.description=This is a sample site. | ||
item.2.keyword=example | |||
item.2.icon=<nowiki>http://example.org/favicon.png</nowiki> | |||
item.2.iconData=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg== | |||
[BookmarksFolder-2] | [BookmarksFolder-2] | ||
item.1.title=Another Example Bookmarklet | item.1.title=Another Example Bookmarklet | ||
item.1.link=javascript: alert("hello"); | item.1.link=javascript: alert("hello"); |