GitHub Rulers

GitHub Rulers

Displays 0, 80 & 120 character stop in the GitHub web editor

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GitHub Rulers",
  "version": "1.1",
  "description": "Displays 0, 80 & 120 character stop in the GitHub web editor",
  "icons": {
    "48": "48.png",
    "96": "96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "*://*.github.com/*"
  ]
}