Zap Off for Gmail Firefox

Examine source code of Zap Off for Gmail

Inspect and view changes in Zap Off for Gmail source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Zap Off for Gmail",
  "short_name": "zapoffgmail",
  "version": "0.0.2",
  "author": "Farmer Dan <farmerdan975@gmail.com>",
  "description": "A minimal extension which replaces the Compose and Send buttons with Zap Off and Zap buttons respectively.",
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "css": [
        "src/zapOff.css"
      ],
      "js": [
        "src/extensionInjector.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/bolt-16x16.png",
    "32": "icons/bolt-32x32.png",
    "48": "icons/bolt-48x48.png",
    "128": "icons/bolt-128x128.png",
    "256": "icons/bolt-256x256.png"
  },
  "web_accessible_resources": [
    "dist/gmailJsLoader.js",
    "dist/extension.js"
  ],
  "permissions": [
    "https://mail.google.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e445824d-7440-4625-8caf-0705281aa0df}"
    }
  }
}

Best Zap Off for Gmail Alternatives

Here are some Firefox add-ons that are similar to Zap Off for Gmail: