Share

Share

Share content from websites with anyone

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Share",
  "author": "MHB Software",
  "version": "3.7.269",
  "description": "Share content from websites with anyone",
  "icons": {
    "16": "img/share-orange-16.png",
    "32": "img/share-orange-32.png",
    "64": "img/share-orange-64.png",
    "128": "img/share-orange-128.png",
    "256": "img/share-orange-256.png",
    "512": "img/share-orange-512.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "identity"
  ],
  "host_permissions": [
    "https://gmail.googleapis.com/"
  ],
  "oauth2": {
    "client_id": "1073772642719-d54515bnlqe6tg4ge79st6otirk5425f.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/gmail.compose"
    ]
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Share something from this page",
    "default_icon": {
      "16": "img/share-orange-16.png",
      "32": "img/share-orange-32.png",
      "64": "img/share-orange-64.png",
      "128": "img/share-orange-128.png",
      "256": "img/share-orange-256.png",
      "512": "img/share-orange-512.png"
    }
  },
  "commands": {
    "share": {
      "suggested_key": {
        "default": "Ctrl+Shift+S"
      },
      "description": "Share something from this page"
    }
  }
}