Putian Hospital Alert

Putian Hospital Alert

Indicate websites of hospitals of the Putian Medical Group.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "default_locale": "zh_CN",
  "description": "__MSG_extDesp__",
  "version": "1.1.5",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "background": {
    "scripts": [
      "res/background.js"
    ]
  },
  "page_action": {
    "default_icon": {
      "19": "res/pt_256.png",
      "38": "res/pt_256.png"
    },
    "default_title": "__MSG_extName__",
    "default_popup": "res/popup.html"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "res/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "res/baidu_search_content.js"
      ],
      "matches": [
        "https://www.baidu.com/*",
        "http://www.baidu.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "res/pt_256.png",
    "32": "res/pt_256.png",
    "64": "res/pt_256.png",
    "128": "res/pt_256.png"
  },
  "permissions": [
    "tabs"
  ]
}