Sawayaka Background for Google Plus

Sawayaka Background for Google Plus

The background color of the original Google plus site is too bright. This extension makes it comfortable.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "2.4.1",
  "manifest_version": 2,
  "default_locale": "en",
  "minimum_chrome_version": "6.0.0.0",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://plus.google.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}