Memelords Lenny Face extension

Memelords Lenny Face extension

1 line art at the click of a button (or three)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Memelords Lenny Face extension",
  "description": "1 line art at the click of a button (or three)",
  "version": "1.0.6",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery.js",
        "select.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icon.png",
    "128": "icon128.png"
  },
  "permissions": []
}