小基助手 - 时刻关注你的基金

小基助手 - 时刻关注你的基金

基金查估值,算收益,小基助手更专业

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "小基助手 - 时刻关注你的基金",
  "description": "基金查估值,算收益,小基助手更专业",
  "version": "3.1.1",
  "manifest_version": 2,
  "icons": {
    "128": "logo.png"
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "logo.png"
  },
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://jic.talkingdata.com; object-src 'self';",
  "permissions": [
    "https://f7e786e1-fcb6-4c1a-be33-14c3dee9696d.bspapp.com/*"
  ]
}