Mail That Link

Mail That Link

A better way to share links with your friends

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mail That Link",
  "version": "2.2",
  "description": "A better way to share links with your friends",
  "browser_action": {
    "default_icon": "images/icons/icon_16.png",
    "default_title": "Send link to this page",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icons/icon_16.png",
    "48": "images/icons/icon_48.png",
    "128": "images/icons/icon_128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "https://mailthatlink.com/",
    "https://api.mailthatlink.com/",
    "tabs",
    "contextMenus",
    "bookmarks"
  ]
}