Hit Camera CP

Hit Camera CP

Copy and paste product information.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "jquery.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png"
    },
    "default_popup": "popup.html",
    "default_title": "Hit Camera CP"
  },
  "content_scripts": [
    {
      "js": [
        "jquery.min.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "Copy and paste product information.",
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://accounts.craigslist.org/*"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApvyYBCKO0NlQCJmMDTRMehRnpyJ+/wSPnS7IbPKYEyPa/Cqo2F5hkt95gVOmCpVuRV0d8NQXyEgmLCQsSnhE6Sa3sKHOazgC377e5sA12EbiSVhQGO1voUEPtiV9S3T1I7tI13Z54079Bs0+eCV3uxiy/zrp/XwcrrJdvnBgUkByQILqoLKETV0R2TVHm1APMrw3UpWgD3Dq7aeIyoq4i0dsY0t5PR0NT02M27jml3FRHNs+qmifl0P+1kQ7MAPZkp9up9pD518y+msRR8IHNPenRdqKd3BKuzRNUsD6vVSBOYy5TEAaOiCsVexRzj0xUJ/HDD0gtgOVEUPVm9x+PwIDAQAB",
  "manifest_version": 2,
  "name": "Hit Camera CP",
  "permissions": [
    "downloads",
    "background",
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*",
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "8.3",
  "web_accessible_resources": [
    "injectRenewFunctions.js"
  ]
}