PKUwebmaster(北京大学网关插件)

PKUwebmaster(北京大学网关插件)

Best-ever PKU gateway widget, by Harttle, Rea and Mr.S. 最好的网关插件在北大。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PKUwebmaster(北京大学网关插件)",
  "version": "2.0.6",
  "manifest_version": 2,
  "description": "Best-ever PKU gateway widget, by Harttle, Rea and Mr.S. 最好的网关插件在北大。",
  "icons": {
    "16": "public/img/icon16.png",
    "48": "public/img/icon48.png",
    "128": "public/img/icon128.png"
  },
  "options_page": "options/index.html",
  "background": {
    "scripts": [
      "background/index.js"
    ]
  },
  "browser_action": {
    "default_icon": "public/img/icon19.png",
    "default_popup": "popup/index.html"
  },
  "permissions": [
    "https://its.pku.edu.cn:5428/",
    "notifications"
  ],
  "web_accessible_resources": [
    "background/disc.ico",
    "background/succ.ico",
    "background/busy.ico"
  ]
}