Pickot

Pickot

Follow web listings, set keyword triggers, sit back and get notified! The ultimate page monitor without false alarms!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.2.9",
  "name": "Pickot",
  "description": "Follow web listings, set keyword triggers, sit back and get notified! The ultimate page monitor without false alarms!",
  "background": {
    "scripts": [
      "third_party/js/jquery.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "commands": {
    "snapshot_mode": {
      "suggested_key": {
        "default": "Ctrl+Shift+A",
        "mac": "Ctrl+Shift+A"
      },
      "description": "Enable and disable the snapshot mode"
    }
  },
  "permissions": [
    "notifications",
    "tabs",
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "pages/*"
  ],
  "browser_action": {
    "default_icon": "images/icon-16.png",
    "default_title": "Open/close toolbar"
  }
}