Lang-8 Enhancer

Lang-8 Enhancer

Lang-8 Enhancer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lang-8 Enhancer",
  "short_name": "Lang-8 Enhancer",
  "description": "Lang-8 Enhancer",
  "version": "1.4",
  "icons": {
    "16": "icon_16.png",
    "19": "icon_19.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "http://lang-8.com/*"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icon_19.png"
    },
    "default_title": "Lang-8"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://lang-8.com/*"
      ],
      "css": [
        "highslide/highslide.css",
        "content.css"
      ],
      "js": [
        "highslide/highslide-full.min.js",
        "jquery-2.1.1.min.js",
        "content.js"
      ],
      "all_frames": false,
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "FontAwesome.otf",
    "highslide/graphics/*"
  ]
}