Share to Facebook and More

Share to Facebook and More

Share and spread the current URL to popular social networks. Support Facebook, Twitter, VK, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "0.9.1resigned1",
  "manifest_version": 2,
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "16": "build/logo_16.png",
      "24": "build/logo_24.png",
      "32": "build/logo_32.png"
    },
    "default_popup": "build/popup.html",
    "default_title": "__MSG_popupTip__"
  },
  "icons": {
    "16": "build/logo_16.png",
    "48": "build/logo_48.png",
    "128": "build/logo_128.png"
  },
  "web_accessible_resources": [
    "build/*"
  ],
  "background": {
    "scripts": [
      "build/main.js",
      "build/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "alarms",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c1cdfdba-cfc9-48f1-9dcf-d7a3d0e3a029}"
    }
  }
}