股票小助手

股票小助手

办公室看盘炒股利器,不会被上司发现的看盘软件

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "description": "办公室看盘炒股利器,不会被上司发现的看盘软件",
  "icons": {
    "16": "images/logo19.png",
    "32": "images/logo38.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "manifest_version": 2,
  "name": "股票小助手",
  "permissions": [
    "storage",
    "http://*.gtimg.cn/*"
  ],
  "version": "1.9.1"
}