WhatsShare

WhatsShare

Share current tab, links, image URLs and selected text on WhatsApp Web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Share on WhatsApp"
  },
  "description": "Share current tab, links, image URLs and selected text on WhatsApp Web.",
  "homepage_url": "https://browsernative.com/whatsapp-web-share-button/",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "WhatsShare",
  "version": "0.0.5",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+W"
      }
    }
  }
}