Laravel Doc Pin

Laravel Doc Pin

Always load your preferred Laravel documentation version!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Laravel Doc Pin",
  "version": "1.0.1",
  "description": "Always load your preferred Laravel documentation version!",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://laravel.com/docs/*",
    "storage",
    "declarativeContent"
  ],
  "background": {
    "scripts": [
      "extension.js"
    ]
  },
  "manifest_version": 2,
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "page_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "19": "icons/icon19.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png",
      "256": "icons/icon256.png"
    },
    "default_title": "Laravel Doc Pin"
  }
}