putGet

putGet

put and Get browser tabs between mobile and pc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "jquery.js",
      "jquery.min.js",
      "myjavascript.js",
      "qrcode.js",
      "qrcode.min.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "icon128.png"
    },
    "default_popup": "index.html",
    "default_title": "putGet"
  },
  "description": "put and Get browser tabs between mobile and pc",
  "homepage_url": "http://www.srkrcampus.net/kmp/putGet/",
  "icons": {
    "16": "icon16.png",
    "19": "icon19.png",
    "38": "icon38.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqJ0+bs3cFc4VHEbDwCW9w158JxTaL28ylLyPE20BaXxgk8ECpkPATf6pKczQljzppxL70nxCT8xG1v7w3pWWZ9AU4yReNB+pvPTjnDnhVdRjIAZ5/10AlTP5Samh6zPlL3itDEUycFlbOXFdNBD/CT9QgEUARAek/n/ij11RzIuSe3BVt9drzeFWUBv8+mbZJ7ACZ+/FDA1fE310pTp3vo9mkMDFdsuOfaqq5VvssZ2yLJgRV2P4ftMGQgMNADHvxDrjzEqu089w7AANmSSxuWci1gjvIw3v0NVmDc/JmxsPckoRChszgbfR+8zrKzX5Epn4y4rVgj5GLqMvFVRSDwIDAQAB",
  "manifest_version": 2,
  "name": "putGet",
  "optional_permissions": [],
  "permissions": [
    "activeTab",
    "tabs",
    "<all_urls>",
    "http://srkrcampus.net/kmp/putGet/*",
    "https://putget.000webhostapp.com/*"
  ],
  "short_name": "pG",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2"
}