GitHub Tab Sizer

GitHub Tab Sizer

Automatically sets tab sizes for files viewed on GitHub.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "description": "__MSG_extDescription__",
  "version": "0.0.1",
  "author": "Nysa Vann",
  "homepage_url": "https://github.com/nysa/github-tab-sizer",
  "default_locale": "en",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "https://github.com/"
  ],
  "background": {
    "scripts": [
      "vendor/jsurl/url.js",
      "background.js"
    ]
  },
  "options_page": "options.html"
}