Mouse Gestures - Power Mouse X

Mouse Gestures - Power Mouse X

Enhance mouse capabilities using gestures, combos, Quick search, Drag options and Next page predictions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Mouse Gestures - Power Mouse X",
  "version": "2.0.22013",
  "description": "Enhance mouse capabilities using gestures, combos, Quick search, Drag options and Next page predictions.",
  "options_page": "settings.html",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "css": [
        "foreground.css"
      ],
      "js": [
        "foreground.js"
      ],
      "all_frames": false
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icon16.png",
    "default_popup": "popup.html",
    "default_title": "Power Mouse X - Enhance mouse capabilities"
  },
  "permissions": [
    "storage",
    "scripting",
    "tabs",
    "management",
    "topSites",
    "history",
    "sessions"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "disable.svg",
        "go2Site.svg",
        "goBack.svg",
        "goSuperBack.svg",
        "goForward.svg",
        "refresh.svg",
        "go2Main.svg",
        "newTab.svg",
        "inNewTab.svg",
        "closeTab.svg",
        "mute.svg",
        "unmute.svg",
        "goUp.svg",
        "goDown.svg",
        "lock.svg",
        "restore.svg",
        "search.svg",
        "duplicateTab.svg",
        "closeOtherTabs.svg",
        "closeRightTabs.svg",
        "closeLeftTabs.svg",
        "printPage.svg",
        "refreshWithoutCache.svg",
        "previousViewedTab.svg",
        "openInNewTab.svg",
        "openInNewBackgroundTab.svg",
        "copy",
        "public.svg",
        "private.svg",
        "inNewWindow.svg",
        "searchItem.svg",
        "highlight.svg",
        "wikiIt.svg",
        "translate.svg",
        "switch2Layout1.svg",
        "switch2Layout2.svg",
        "pasteText.svg",
        "minimize.svg",
        "maximize.svg",
        "unmaximize.svg",
        "fullScreen.svg",
        "unfullScreen.svg",
        "muteUnmute.svg",
        "maximizeUnmaximize.svg",
        "fullScreenUnfullScreen.svg",
        "click.wav",
        "moveTabToStart.svg",
        "moveTabToEnd.svg",
        "go2FirstTab.svg",
        "go2LastTab.svg",
        "newWindow.svg",
        "newPrivateWindow.svg",
        "makePublic.svg",
        "makePrivate.svg",
        "copy.svg",
        "success.svg",
        "failed.svg",
        "frameground.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}