Stanford GSB Library Chrome Extension

Stanford GSB Library Chrome Extension

Stanford GSB Library Chrome Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Stanford GSB Library Chrome Extension",
  "description": "Stanford GSB Library Chrome Extension",
  "version": "5.4",
  "background": {
    "service_worker": "js/main.js",
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "img/icon/16.png",
      "32": "img/icon/32.png"
    },
    "default_popup": "popup.html",
    "default_title": "Stanford GSB Library"
  },
  "icons": {
    "16": "img/icon/16.png",
    "48": "img/icon/48.png",
    "128": "img/icon/128.png"
  },
  "permissions": [
    "storage",
    "alarms"
  ]
}