SendSMS.pk

SendSMS.pk

Send and receive free sms from google chrome!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SendSMS.pk",
  "version": "1.0",
  "description": "Send and receive free sms from google chrome!",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "favicon.ico",
    "default_popup": "popup.html",
    "default_title": "SendSMS.pk"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "notifications",
    "http://api.sendsms.pk/"
  ]
}