VALR Mail

VALR Mail

It adds an email button which allows you to email the page link.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "VALR Mail",
  "description": "It adds an email button which allows you to email the page link.",
  "version": "1.2",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "128": "128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_title": "VALR Mail",
    "default_icon": "16.png"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}