Examine source code of 12306加速狗

Inspect and view changes in 12306加速狗 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
{
  "name": "12306加速狗",
  "version": "1.3.4resigned1",
  "description": "帮你订票助力加速,刷票捡漏,订票无忧",
  "background": {
    "page": "views/bg.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.12306.cn/otn/leftTicket/*"
      ],
      "js": [
        "libs/jquery.js",
        "js/speed.js",
        "js/share.js"
      ],
      "css": [
        "style/speed.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://sns.qzone.qq.com/cgi-bin/qzshare/*",
        "*://service.weibo.com/share/*",
        "*://share.v.t.qq.com/*",
        "*://widget.renren.com/dialog/share*",
        "*://twitter.com/intent/tweet/complete*",
        "*://www.facebook.com/sharer/sharer.php*"
      ],
      "js": [
        "libs/jquery.js",
        "js/shand.js"
      ]
    }
  ],
  "icons": {
    "24": "imgs/icon24.png",
    "48": "imgs/icon48.png",
    "128": "imgs/icon128.png"
  },
  "permissions": [
    "storage",
    "idle",
    "tabs",
    "management",
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "manifest_version": 2,
  "web_accessible_resources": [
    "js/ticket.js",
    "share/share.jpg",
    "share/close.png",
    "share/shareicons.png"
  ],
  "browser_action": {
    "default_icon": {
      "32": "imgs/icon32.png",
      "48": "imgs/icon48.png",
      "64": "imgs/icon64.png"
    },
    "default_title": "帮你订票助力加速,刷票捡漏,订票无忧",
    "default_popup": "views/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d3c1d032-da8a-42ed-95af-4befea3e06ed}"
    }
  }
}