host-proxy

host-proxy

本地项目辅助工具

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "host-proxy",
  "version": "1.0.3",
  "description": "本地项目辅助工具",
  "icons": {
    "16": "images/16x16.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "browser_action": {
    "default_icon": "images/48x48.png",
    "default_title": "贾小强出品ヽ(●´ω`●)ノ",
    "default_popup": "/dist/index.html"
  },
  "background": {
    "scripts": [
      "index.js"
    ]
  },
  "permissions": [
    "tabs",
    "proxy",
    "http://*/*",
    "https://*/*",
    "<all_urls>",
    "contextMenus",
    "storage"
  ]
}