GawkBlocker

GawkBlocker

Tired of taking the Nerd Bait? Use GawkBlocker!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "GawkBlocker",
  "version": "1.7",
  "manifest_version": 2,
  "description": "Tired of taking the Nerd Bait? Use GawkBlocker!",
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "icons": {
    "16": "images/GB-19.png",
    "48": "images/GB-48.png",
    "128": "images/GB-128.png"
  },
  "browser_action": {
    "default_icon": "images/GB-19.png",
    "default_title": "GawkBlocker",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "tabs"
  ]
}