马六甲跨境助手

马六甲跨境助手

https://erp.emalacca.com/

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "马六甲跨境助手",
  "description": "https://erp.emalacca.com/",
  "homepage_url": "https://erp.emalacca.com/",
  "icons": {
    "16": "asset/image/app.png",
    "48": "asset/image/app.png",
    "128": "asset/image/app.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "inject/inject.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "asset/image/app.png",
    "default_title": "这是一个title",
    "default_popup": "popup/index.html"
  },
  "options_ui": {
    "page": "options/index.html",
    "chrome_style": true
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-6wRdeNJzEHNIsDAMAdKbdVLWIqu8b6+Bs+xVNZqplQw=' https://sw-erp-shenzhen.oss-cn-shenzhen.aliyuncs.com; object-src 'self'",
  "permissions": [
    "storage",
    "cookies",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ],
  "version": "2.2.0"
}