Cozhihu

Cozhihu

Change your Zhihu page Color

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "bg/background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content/colorstyle.js",
        "content/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "38": "icons/color/38.png",
    "152": "icons/color/152.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "icons/color/19.png",
    "default_title": "__MSG_extDesc__",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "storage",
    "http://*/*",
    "https://*/*",
    "webRequest",
    "webRequestBlocking",
    "webNavigation"
  ],
  "version": "0.4.10.2",
  "web_accessible_resources": [
    "skins/*.css",
    "images/*.png",
    "icons/*/*.png"
  ]
}