Yet another Lenny

Yet another Lenny

Extension that gives you quick access to a bunch of awesome ascii faces

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Yet another Lenny",
  "short_name": "YaL",
  "version": "0.1",
  "description": "Extension that gives you quick access to a bunch of awesome ascii faces",
  "manifest_version": 2,
  "icons": {
    "48": "images/yal48px.png",
    "128": "images/yal128px.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    {
      "fileSystem": [
        "write"
      ]
    }
  ],
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "images/yal128px.png",
    "default_title": "Lenny Pop",
    "default_popup": "popup.html"
  }
}