Explorer Xiaoshu - Powerful and fast sidebar search toggle tool

Explorer Xiaoshu - Powerful and fast sidebar search toggle tool

Powerful and fast sidebar search toggle tool

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_name__",
  "version": "0.9.16",
  "description": "__MSG_description__",
  "default_locale": "zh_CN",
  "background": {
    "page": "./dist/background/index.html",
    "persistent": false
  },
  "icons": {
    "16": "./assets/icon.png",
    "48": "./assets/icon.png",
    "128": "./assets/icon.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "http://*/",
    "https://*/"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "./dist/contentScripts/index.global.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "dist/contentScripts/style.css"
  ],
  "options_ui": {
    "page": "./dist/options/index.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e7f1c3f4-5fa1-4464-9f23-4ab9c59a4fae}"
    }
  }
}