diff options
Diffstat (limited to 'addon/background.js')
-rw-r--r-- | addon/background.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/addon/background.js b/addon/background.js index 42e0c8d..6c007e5 100644 --- a/addon/background.js +++ b/addon/background.js | |||
@@ -1,12 +1,9 @@ | |||
1 | console.log('background') | ||
2 | |||
3 | browser.contextMenus.create( | 1 | browser.contextMenus.create( |
4 | { | 2 | { |
5 | id: 'map-inline-add', | 3 | id: 'map-inline-add', |
6 | title: 'Add Links and Maps by content', | 4 | title: 'Add Links and Maps by content', |
7 | contexts: ['page'], | 5 | contexts: ['page'], |
8 | }, | 6 | }, |
9 | () => void browser.runtime.lastError, | ||
10 | ) | 7 | ) |
11 | 8 | ||
12 | browser.contextMenus.create( | 9 | browser.contextMenus.create( |