Add Social Share: Get Sharing Freedom

Add Social Share: Get Sharing Freedom

Share to Facebook, Google, Twitter, WhatsApp and 125+ More sharing with addsocialshare.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Add Social Share: Get Sharing Freedom",
  "short_name": "AddSocialShare",
  "description": "Share to Facebook, Google, Twitter, WhatsApp and 125+ More sharing with addsocialshare.com",
  "version": "1.0",
  "action": {
    "default_icon": "image/icon.png"
  },
  "icons": {
    "16": "image/icon16.png",
    "48": "image/icon48.png",
    "128": "image/icon128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "tabs"
  ]
}