Ensure Email Firefox

Examine source code of Ensure Email

Inspect and view changes in Ensure Email source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Ensure Email",
  "version": "2021.5",
  "description": "An extension to ensure customers have emails in Lightspeed Retail",
  "permissions": [
    "activeTab",
    "https://*.merchantos.com/*",
    "https://*.lightspeedapp.com/*",
    "webRequest",
    "storage",
    "tabs",
    "webRequestBlocking"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "Resources/sweetalert2.js"
  ],
  "content_scripts": [
    {
      "js": [
        "Resources/jquery-3.5.1.js",
        "Resources/semantic.js",
        "Resources/sweetalert2.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle",
      "all_frames": false
    },
    {
      "js": [
        "contentScript.js"
      ],
      "matches": [
        "https://*.merchantos.com/*",
        "https://*.lightspeedapp.com/*"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "background": {
    "scripts": [
      "./Resources/sweetalert2.js",
      "emailPrompt.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "Images/favicon-16_x_16.png",
      "32": "Images/favicon-32_x_32.png",
      "48": "Images/favicon-48_x_48.png",
      "128": "Images/favicon-128_x_128.png"
    }
  },
  "icons": {
    "16": "Images/favicon-16_x_16.png",
    "32": "Images/favicon-32_x_32.png",
    "48": "Images/favicon-48_x_48.png",
    "128": "Images/favicon-128_x_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ensureemail@extension2.com"
    }
  },
  "manifest_version": 2
}

Best Ensure Email Alternatives

Here are some Firefox add-ons that are similar to Ensure Email: