Earthquake

Earthquake

地震信息速报

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Earthquake",
  "description": "地震信息速报",
  "version": "0.1.3.1",
  "manifest_version": 2,
  "icons": {
    "128": "img/chinazA_PNG00.ico"
  },
  "options_page": "options.html",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "notifications"
  ],
  "browser_action": {
    "default_icon": "img/chinazA_PNG00.ico",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  }
}