Smshare ★ SMS and Social Media Share[Extens…]

Smshare ★ SMS and Social Media Share[Extens…]

Browse the web and share your favourite links by sms with your Android phone

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCkBSTo64pR7DiQlU6CH5FNXgi3e8Q0GCbo9SpzIYgcxBqmHALZcA9HE0yxkXFCXI5h7iEs+JPnmn0/sp47S9X1cXGZPuZalv22otC5yYxxWYOwlFG6M//r1R2enXP1KqQO+vdR9gh7tDauzEFwYqwbs49o9qYC2Wtk+q2+wMyEhwIDAQAB",
  "name": "Smshare ★ SMS and Social Media Share[Extens…]",
  "short_name": "Smshare ★ SMS",
  "version": "9.4.1",
  "description": "__MSG_manifestDescription__",
  "default_locale": "en",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "bootstrap/img/logo/logo-bleu.png",
    "default_popup": "bootstrap/html/composer.html",
    "default_title": "Smshare"
  },
  "web_accessible_resources": [
    "bootstrap/img/logo/*.png",
    "bootstrap/img/*.png"
  ],
  "icons": {
    "16": "bootstrap/img/logo/logo-bleu.png",
    "48": "bootstrap/img/logo/logo-bleu.png",
    "64": "bootstrap/img/logo/logo-bleu.png",
    "128": "bootstrap/img/logo/logo-bleu.png"
  },
  "minimum_chrome_version": "22",
  "options_page": "bootstrap/html/options.html",
  "permissions": [
    "http://smshare.me/*",
    "https://smshare.me/*",
    "http://*.smshare.fr/*",
    "https://*.smshare.fr/*",
    "http://*.smshare.me/*",
    "https://*.smshare.me/*",
    "http://vm2.technovergence.com/*",
    "https://www.googleapis.com/",
    "activeTab",
    "contextMenus",
    "notifications",
    "gcm",
    "storage",
    "idle",
    "identity"
  ],
  "content_security_policy": "script-src 'self' https://*.uservoice.com https://*.googleapis.com/ https://apis.google.com/ https://chrome.google.com/ ; object-src 'self'",
  "sandbox": {
    "pages": [
      "sandbox.html"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.smshare.fr/wdn.html*",
        "http://www.smshare.fr/missed-call-dn.html*",
        "http://smshare.me/wdn.html*",
        "http://smshare.me/missed-call-dn.html*"
      ],
      "js": [
        "js/smshare-content-script.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "http://www.smshare.fr/*",
        "http://smshare.fr/*",
        "http://smshare.me/*",
        "http://localhost/*"
      ],
      "js": [
        "js/update-body-content-script.js"
      ],
      "all_frames": true
    }
  ],
  "oauth2": {
    "client_id": "191823718949-s552s5sba5ue7j6g7jdcvsjqtikfchbj.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.login email"
    ]
  }
}