Googlifier

Googlifier

Add googly eyes to photos on sites you browse! Tweet your best with #googlifier! Created by @stephanwozniak with help from mtschirs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Googlifier",
  "version": "1.1.0",
  "description": "Add googly eyes to photos on sites you browse! Tweet your best with #googlifier! Created by @stephanwozniak with help from mtschirs.",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "author": "@stephanwozniak",
  "background": {
    "persistent": false,
    "scripts": [
      "libs/objectdetect.js",
      "libs/objectdetect.eye.js",
      "libs/objectdetect.frontalface_alt.js",
      "src/background.js"
    ]
  },
  "browser_action": {
    "name": "Click to Googlify",
    "default_icon": "icons/icon48.png"
  },
  "permissions": [
    "<all_urls>"
  ]
}