Examine source code of WebExtension for TouchpadGestures Advanced

Inspect and view changes in WebExtension for TouchpadGestures Advanced source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "description": "WebExtension for TouchpadGestures Advanced",
  "manifest_version": 2,
  "name": "WebExtension for TouchpadGestures Advanced",
  "version": "0.2.9",
  "icons": {
    "48": "icons/TGA_icon_48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "we_f_tga_amo@techchair.net",
      "strict_min_version": "60.0"
    }
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icons/TGA_icon_48.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "browser_style": true
  },
  "permissions": [
    "nativeMessaging",
    "tabs",
    "storage",
    "<all_urls>"
  ]
}