Laravel Document Switcher

Laravel Document Switcher

Link to laravel document page (JP).

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Laravel Document Switcher",
  "version": "0.1.1",
  "description": "Link to laravel document page (JP).",
  "icons": {
    "16": "./icons/icon16.png",
    "48": "./icons/icon48.png",
    "128": "./icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "./icons/icon19.png"
    },
    "default_popup": "./index.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}