Clacks Overhead - GNU Terry Pratchett

Clacks Overhead - GNU Terry Pratchett

GNU Terry Pratchett. Show user when 'Clacks-Overhead' appears in HTTP headers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Clacks Overhead - GNU Terry Pratchett",
  "short_name": "Clacks Overhead",
  "version": "2.0",
  "manifest_version": 2,
  "description": "GNU Terry Pratchett. Show user when 'Clacks-Overhead' appears in HTTP headers.",
  "author": "Peter Bell",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "<all_urls>",
    "webNavigation",
    "webRequest"
  ],
  "icons": {
    "16": "images/melanie_icon16.png",
    "48": "images/melanie_icon48.png",
    "128": "images/melanie_icon128.png"
  },
  "page_action": {
    "default_icon": {
      "19": "images/melanie_icon19_disabled.png",
      "38": "images/melanie_icon38_disabled.png"
    },
    "default_title": "Clacks Overhead",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}