Share me - Content sharing for Mobile/Tablet

Share me - Content sharing for Mobile/Tablet

Share your favorite web contents like article, link, video and text on your Mobile/Tablet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Share me - Content sharing for Mobile/Tablet",
  "description": "Share your favorite web contents like article, link, video and text on your Mobile/Tablet.",
  "version": "0.2",
  "icons": {
    "16": "assets/images/icon_32.png",
    "128": "assets/images/icon_128.png"
  },
  "background": {
    "scripts": [
      "assets/scripts/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "assets/images/icon_32.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "contextMenus"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "short_name": "Share me",
  "author": "DivP3"
}