Latest Bootstrap Documentation Redirect

Latest Bootstrap Documentation Redirect

Automatically redirect to the documentation of the latest Bootstrap version

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Latest Bootstrap Documentation Redirect",
  "description": "Automatically redirect to the documentation of the latest Bootstrap version",
  "version": "0.0.3",
  "icons": {
    "16": "./icons/16.png",
    "32": "./icons/32.png",
    "48": "./icons/48.png",
    "128": "./icons/128.png"
  },
  "manifest_version": 2,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://getbootstrap.com/docs/*"
  ]
}