mysms - SMS from Computer

mysms - SMS from Computer

Send & receive SMS on your computer through your Android phone. Take advantage of your full keyboard instead of typing on the phone.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "5.3.4",
  "app": {
    "urls": [
      "https://app.mysms.com/",
      "http://app.mysms.com/"
    ],
    "launch": {
      "web_url": "https://app.mysms.com/"
    }
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "manifest_version": 2
}