Link Share By Samy

Link Share By Samy

A quick and smart way to share website link from your desktop to your mobile device.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Link Share By Samy",
  "version": "0.0.2",
  "description": "A quick and smart way to share website link from your desktop to your mobile device.",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_title": "Link Share By Samy",
    "default_icon": "icon-16x16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon-48x48.png",
    "128": "icon-128x128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}