Laravel Docs Redirect

Laravel Docs Redirect

Redirects you to latest Laravel docs version

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "exclude_matches": [
        "*://laravel.com/docs/master/*"
      ],
      "js": [
        "script.js"
      ],
      "matches": [
        "*://laravel.com/docs/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "description": "Redirects you to latest Laravel docs version",
  "manifest_version": 2,
  "name": "Laravel Docs Redirect",
  "version": "1.0.1"
}