mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 12:36:37 +02:00
parent
8e5986817e
commit
a5558b4144
7 changed files with 38 additions and 1 deletions
|
@ -20,6 +20,9 @@
|
|||
const mobile = require("../lib/mobile");
|
||||
|
||||
const callbacks = {
|
||||
reloadExtension: function(){
|
||||
browser.runtime.reload();
|
||||
},
|
||||
openNavigatorSettings: function(){
|
||||
logging.verbose("open navigator settings");
|
||||
window.open("navigator.html", "_blank");
|
||||
|
|
|
@ -19,6 +19,11 @@
|
|||
{
|
||||
"name": "disruptSessionOnUpdate"
|
||||
},
|
||||
{
|
||||
"name": "reloadExtension",
|
||||
"actions": ["reloadExtension",],
|
||||
"displayDependencies": [{"updatePending": [true]}]
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue