Alpha大数据助手

Alpha大数据助手

Alpha律所管理系统,最聪明的律所管理系统,Alpha大数据助手

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Alpha大数据助手",
  "short_name": "Alpha大数据助手",
  "description": "Alpha律所管理系统,最聪明的律所管理系统,Alpha大数据助手",
  "version": "3.0.5",
  "minimum_chrome_version": "44.0.0.0",
  "manifest_version": 2,
  "author": "[email protected]",
  "default_locale": "en",
  "icons": {
    "16": "/images/icon19-2.png",
    "48": "/images/icon48-2.png",
    "128": "/images/icon128-2.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": false,
      "css": [
        "/styles/content.css"
      ],
      "js": [
        "/scripts/content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "/scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "/images/icon19-2-f.png"
    },
    "default_title": "点击登录Alpha大数据助手"
  },
  "web_accessible_resources": [
    "/pages/*",
    "/styles/*",
    "/images/*",
    "/fonts/*",
    "/lib/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "*://*/*",
    "tabs",
    "contextMenus",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "downloads",
    "pageCapture"
  ]
}