Fast Social Share

Fast Social Share

This extension allows the user to share current link to popular social media.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fast Social Share",
  "description": "This extension allows the user to share current link to popular social media.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Share"
  },
  "permissions": [
    "activeTab",
    "<all_urls>"
  ]
}