Not Touch Firefox

Examine source code of Not Touch

Inspect and view changes in Not Touch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Not Touch",
  "version": "1.1",
  "description": "Activa o desactiva los toques en pantalla con un simple botón, el cual podrás colocar donde más te acomode.",
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Not Touch — bloquear/desbloquear toques",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "96": "icon96.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icon96.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "NotTouch@LuisCerna"
    }
  }
}

Best Not Touch Alternatives

Here are some Firefox add-ons that are similar to Not Touch: