Seek & Ping

Seek & Ping

This extension allows to monitor web pages using keywords specified by user.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Seek & Ping",
  "description": "This extension allows to monitor web pages using keywords specified by user.",
  "version": "1.0.8",
  "icons": {
    "16": "images/app_icon16.png",
    "48": "images/app_icon48.png",
    "128": "images/app_icon128.png"
  },
  "browser_action": {
    "default_icon": "images/app_icon16.png",
    "default_popup": "index.html",
    "default_title": "Click here!"
  },
  "background": {
    "scripts": [
      "js/background-bundle.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>",
    "notifications",
    "identity",
    "identity.email"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}