Acad.Bot

Acad.Bot

Intelligent bot for paper recommendation and search

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Acad.Bot",
  "description": "Intelligent bot for paper recommendation and search",
  "version": "2.3.2",
  "icons": {
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_title": "Acad.Bot",
    "default_icon": "images/icon48grey.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/jquery-2.2.4.min.js",
      "js/common.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "tabs",
    "http://www.bigdatalab.ac.cn/recom/",
    "background",
    "cookies"
  ]
}