Examine source code of QQ号吉凶

Inspect and view changes in QQ号吉凶 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "QQ号吉凶",
  "version": "2.0.0.1",
  "manifest_version": 2,
  "description": "采用中国传统的周易数理为您的QQ进行把脉",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "qq_128_128.png"
  },
  "permissions": [
    "http://baidu.jiuchongju.com/numqq"
  ]
}