earthquake-report.com

earthquake-report.com

Notifies you about earthquakes with a depth of less than 200 km

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__",
  "version": "0.9.1",
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "/icons/earthquake16.png",
    "48": "/icons/earthquake48.png",
    "128": "/icons/earthquake128.png"
  },
  "permissions": [
    "webRequestBlocking",
    "<all_urls>",
    "tabs",
    "activeTab",
    "webNavigation",
    "storage",
    "notifications",
    "unlimitedStorage"
  ],
  "background": {
    "page": "/background/background.html"
  },
  "browser_action": {
    "default_icon": "/icons/earthquake48.png"
  },
  "incognito": "split",
  "web_accessible_resources": [
    "http:/*",
    "https:/*",
    "ftp:/*",
    "file:/*",
    "chrome://*",
    "chrome-extension:/*",
    "filesystem:/*",
    "drive:*"
  ],
  "options_page": "/options/options.html",
  "options_ui": {
    "chrome_style": false,
    "page": "/options/options.html"
  }
}