Sight

Sight

The Syntax Highlighter for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sight",
  "version": "1.20.1",
  "description": "The Syntax Highlighter for Chrome",
  "homepage_url": "https://github.com/tsenart/sight",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "web_accessible_resources": [
    "css/*",
    "fonts/*",
    "js/lib/*",
    "js/languages/*"
  ],
  "options_page": "options.html",
  "permissions": [
    "webRequest",
    "<all_urls>"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  }
}