WebSMS

WebSMS

Send SMS text messages from your 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": "WebSMS",
  "description": "Send SMS text messages from your browser",
  "version": "2.2",
  "browser_action": {
    "default_icon": "icon-16.png",
    "default_title": "WebSMS",
    "default_popup": "widget.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+S",
        "mac": "Alt+S"
      }
    }
  },
  "permissions": [
    "https://mymsp.21st.se/*"
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}