Live SHINE (beta)

Live SHINE (beta)

This extension estimates the H-Index of Computer Science Conferences by filtering papers returned by Google Scholar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Live SHINE (beta)",
  "short_name": "Live SHINE",
  "homepage_url": "https://liveshine.wordpress.com/",
  "description": "This extension estimates the H-Index of Computer Science Conferences by filtering papers returned by Google Scholar.",
  "version": "0.0.9",
  "browser_action": {
    "default_icon": "icon-19.png",
    "default_title": "Live Shine"
  },
  "background": {
    "scripts": [
      "myscript.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://scholar.google.com.br; object-src 'self'",
  "permissions": [
    "activeTab",
    "http://*/*",
    "https://*/*",
    "http://shine.icomp.ufam.edu.br/*",
    "http://scholar.google.com/*",
    "https://scholar.google.com/*",
    "https://ajax.googleapis.com/",
    "https://scholar.google.com.br/*",
    "http://scholar.google.com.br/*",
    "http://localhost/testscholar/*",
    "https://localhost/testscholar/*"
  ],
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    "logo.png",
    "icon-search.png"
  ]
}