ASU Library Journal Easy-Access

ASU Library Journal Easy-Access

Click the icon to view a journal article through the university library access system

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ASU Library Journal Easy-Access",
  "short_name": "asulibaccess",
  "description": "Click the icon to view a journal article through the university library access system",
  "version": "0.1",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/ASUlib_16.png",
    "48": "images/ASUlib_48.png",
    "128": "images/ASUlib_128.png"
  },
  "browser_action": {
    "name": "Click to access this article through ASU Library",
    "default_title": "View with full libaray access",
    "default_icon": {
      "16": "images/ASUlib_16.png",
      "48": "images/ASUlib_48.png",
      "128": "images/ASUlib_128.png"
    }
  },
  "manifest_version": 2
}