GET Text from Mobile to Browser

GET Text from Mobile to Browser

Get text from mobile to Computer instantly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GET Text from Mobile to Browser",
  "version": "1.0.0",
  "description": "Get  text from mobile to Computer instantly",
  "permissions": [
    "notifications",
    "clipboardRead",
    "clipboardWrite",
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "unlimitedStorage",
    "https://*.easytatkal.com/*",
    "http://*.easytatkal.com/*"
  ],
  "background": {
    "scripts": [
      "/js/lib/jquery-3.1.1.js",
      "/js/lib/date.js",
      "/js/strophejs-1.2.14/strophe.js",
      "/js/strophejs-1.2.14/src/websocket.js",
      "/js/i.js",
      "/js/b.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "easytatkal.com/otp"
  },
  "icons": {
    "48": "/img/48x48.png",
    "128": "/img/128x128.png",
    "256": "/img/256x256.png",
    "512": "/img/512x512.png",
    "1024": "/img/1024x1024.png"
  },
  "manifest_version": 2,
  "homepage_url": "http://easytatkal.com/otp.htm",
  "content_security_policy": "script-src 'self'  ; object-src 'self';",
  "minimum_chrome_version": "22",
  "content_scripts": [
    {
      "js": [
        "/js/lib/jquery-3.1.1.js",
        "/js/i.js",
        "/js/c.js"
      ],
      "all_frames": true,
      "matches": [
        "*://*.easytatkal.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "web-accessible/*.gif"
  ]
}