Mobily.ws - Global SMS Service Provider

Mobily.ws - Global SMS Service Provider

Mobily.WS SMS is a powerful application specialized in fast and secure communication.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mobily.ws - Global SMS Service Provider",
  "description": "Mobily.WS SMS is a powerful application specialized in fast and secure communication.",
  "version": "1.1.1",
  "browser_action": {
    "default_icon": "images/icon-sms_128.png",
    "default_popup": "pages/ar/index.html"
  },
  "icons": {
    "16": "images/icon-sms_16.png",
    "48": "images/icon-sms_48.png",
    "128": "images/icon-sms_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "popup.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ],
  "short_name": "Mobily.ws"
}