Yappy App

Yappy App

Send & Receive text messages from Chrome using your Android phone number

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Yappy App",
  "description": "Send & Receive text messages from Chrome using your Android phone number",
  "version": "1.1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "*://api.yappy.im/",
      "*://www.yappy.im/"
    ],
    "launch": {
      "web_url": "https://www.yappy.im/web/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}