SMSFactor : professional SMS sendings

SMSFactor : professional SMS sendings

Send easily and quickly professional SMS from your web browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "default_locale": "en",
  "description": "__MSG_descriptionName__",
  "version": "1.1.1",
  "content_security_policy": "script-src 'self' https://api.smsfactor.com/send; object-src 'self'",
  "permissions": [
    "http://*.smsfactor.com/*",
    "https://*.smsfactor.com/*",
    "storage"
  ],
  "browser_action": {
    "default_icon": "img/logoChrome.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "img/logoChrome.png"
  }
}