Apple Green

Apple Green

Change all web pages background color to apple green for protecting eyes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "context.js"
      ],
      "matches": [
        "http://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Change all web pages background color to apple green for protecting eyes.",
  "icons": {
    "16": "apple16.png",
    "48": "apple48.png",
    "128": "apple128.png"
  },
  "name": "Apple Green",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.2",
  "manifest_version": 2
}