gScholar

gScholar

gScholar - FB - Ext,SS Fix

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "gScholar",
  "description": "gScholar - FB - Ext,SS Fix",
  "version": "9.2.3",
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "https://www.gstatic.com/firebasejs/",
    "https://apis.google.com/js/client.js",
    "https://promevogscholar.appspot.com/",
    "identity",
    "identity.email",
    "tabs",
    "activeTab",
    "notifications",
    "idle",
    "geolocation",
    "webNavigation",
    "management",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "jquery-1.11.3.min.js",
      "load.js"
    ]
  },
  "minimum_chrome_version": "34",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://apis.google.com/ https://*.firebaseio.com https://www.gstatic.com https://gpanel-dev-nathan.appspot.com https://apis.google.com http://127.0.0.1:8888 https://promevogscholar.appspot.com https://gscholar-qa.appspot.com https://talkgadget.google.com https://maps.googleapis.com https://maps.gstatic.com; object-src 'self' https://promevogscholar.appspot.com https://talkgadget.google.com https://*.firebaseio.com https://www.gstatic.com/*;"
}