Pull de Reload

Pull de Reload

Pull to Reload.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Pull de Reload",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "Pull to Reload.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "background.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ]
}