Confirmed users
333
edits
| Line 6: | Line 6: | ||
<pre> | <pre> | ||
{ | {windows: [{ | ||
tabs: [ | |||
{ | {entries: [{url: "http://example.com/#1"}], extData: {"tabgroups": "{\"group\": \"group1-id\"}"}}, | ||
{ | {entries: [{url: "http://example.com/#2"}], extData: {"tabgroups": "{\"group\": \"group2-id\"}"}} | ||
], | ], | ||
extData: {"tabgroups": "{\"group1-id\": {\"id\": \"group1-id\", \"title\": \"first title\"}," + | |||
} | "\"group2-id\": {\"id\": \"group2-id\", \"title\": \"second title\"}}"} | ||
}]} | |||
</pre> | </pre> | ||