Examine source code of 牛牛股票行情助手

Inspect and view changes in 牛牛股票行情助手 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
{
  "manifest_version": 2,
  "name": "牛牛股票行情助手",
  "description": "快速查看实时大盘和股票行情,方便快捷。",
  "version": "2.2.2resigned1",
  "background": {
    "scripts": [
      "jquery-3.2.1.min.js",
      "background.js",
      "notify.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icon.png",
      "24": "icon.png",
      "32": "icon.png"
    },
    "default_title": "牛牛股票行情助手"
  },
  "sidebar_action": {
    "default_icon": "icon.png",
    "default_title": "牛牛股票行情助手",
    "default_panel": ""
  },
  "content_scripts": [
    {
      "js": [
        "jquery-3.2.1.min.js",
        "quotes.js"
      ],
      "matches": [
        "https://www.8niuniu.com/*",
        "http://www.8niuniu.com/*"
      ]
    }
  ],
  "permissions": [
    "https://api.money.126.net/*",
    "notifications"
  ],
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b2d77b85-9773-4764-a015-7c6f497910c1}"
    }
  }
}