ExpressShare Button

ExpressShare Button

Share current tab, links and selected text on Parler, WeWe, Twitter and Facebook.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "static/128.png",
    "default_title": "ExpressShare Button"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+T"
      }
    }
  },
  "description": "Share current tab, links and selected text on Parler, WeWe, Twitter and Facebook.",
  "icons": {
    "16": "static/16.png",
    "32": "static/32.png",
    "48": "static/48.png",
    "128": "static/128.png"
  },
  "manifest_version": 2,
  "name": "ExpressShare Button",
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "version": "0.2.3"
}