We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2d231 commit 40456c7Copy full SHA for 40456c7
1 file changed
api-samples/bookmarks/popup.js
@@ -42,7 +42,6 @@ function displayBookmarks(nodes, parentNode) {
42
function addBookmark() {
43
chrome.bookmarks.create(
44
{
45
- parentId: '1',
46
title: 'Google',
47
url: 'https://www.google.com'
48
},
0 commit comments