AdStalker

AdStalker

Stalk Efficiently

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AdStalker",
  "description": "Stalk Efficiently",
  "version": "1.6",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "async.js",
        "jq.2.min.js",
        "jquery.getStyleObject.js",
        "suggestedstalkees.js",
        "lodash.js",
        "main.js"
      ],
      "css": [
        "main.css"
      ]
    }
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "background": {
    "scripts": [
      "jq.2.min.js",
      "notifications.js"
    ]
  },
  "permissions": [
    "contentSettings",
    "geolocation",
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage",
    "notifications"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "commands": {
    "presets-01": {
      "description": "New Notification",
      "suggested_key": {
        "default": "Alt+Shift+N"
      }
    }
  },
  "web_accessible_resources": [
    "ScotchRomanMTStd.otf"
  ]
}