LogoBacon

LogoBacon

Shows bacon where logos once were. Not on every website, no. Subtle. Knifey-spoony.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "script_bacon.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "description": "Shows bacon where logos once were. Not on every website, no. Subtle. Knifey-spoony.",
  "manifest_version": 2,
  "name": "LogoBacon",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1",
  "author": "Chris Read",
  "homepage_url": "http://flipfish.com.au"
}