Skip to content

Commit

Permalink
Merge pull request mdn#420 from rebloor/further_example_json_catchup
Browse files Browse the repository at this point in the history
Additional documentation of the use of tabs.tab in various examples
  • Loading branch information
Irene Smith authored Aug 8, 2019
2 parents 88b645e + 7fb7b73 commit bbacbd0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"tabs.onActivated",
"tabs.onUpdated",
"tabs.query",
"tabs.Tab",
"windows.onFocusChanged"
],
"name": "bookmark-it"
Expand Down Expand Up @@ -124,6 +125,7 @@
"tabs.onActivated",
"tabs.onUpdated",
"tabs.query",
"tabs.Tab",
"tabs.sendMessage"
],
"name": "cookie-bg-picker"
Expand Down Expand Up @@ -194,7 +196,8 @@
"runtime.onMessage",
"runtime.sendMessage",
"tabs.create",
"tabs.query"
"tabs.query",
"tabs.Tab"
],
"name": "find-across-tabs"
},
Expand Down Expand Up @@ -502,6 +505,7 @@
"tabs.reload",
"tabs.remove",
"tabs.setZoom",
"tabs.Tab",
"tabs.update"
],
"name": "tabs-tabs-tabs"
Expand Down

0 comments on commit bbacbd0

Please sign in to comment.