diff manifest.json.in @ 23:4704e5216412

Create menus on-the-fly Refactor and eliminate the window tracking code by using the onShown/onHidden events available in Firefox 60 in order to create menu entries on-the-fly. Switch from the Firefox-specific contextMenu to the menu API.
author Guido Berhoerster <guido+tab-mover@berhoerster.name>
date Sun, 25 Nov 2018 13:27:47 +0100
parents e4391e12b799
children
line wrap: on
line diff
--- a/manifest.json.in	Thu May 31 14:07:49 2018 +0200
+++ b/manifest.json.in	Sun Nov 25 13:27:47 2018 +0100
@@ -8,7 +8,7 @@
   "applications": {
       "gecko": {
           "id": "tab-mover@code.guido-berhoerster.org",
-          "strict_min_version": "51.0"
+          "strict_min_version": "60.0"
       }
   },
   "icons": {
@@ -17,7 +17,7 @@
   },
   "default_locale": "en",
   "permissions": [
-    "contextMenus",
+    "menus",
     "tabs"
   ],
   "background": {