Insignia OPAC Extension

Insignia OPAC Extension

Insignia OPAC Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "1.1.6",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_title": "__MSG_extTitle__"
  },
  "author": "",
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.google.com.br/*",
        "https://www.google.com.br/*",
        "http://www.google.nl/*",
        "https://www.google.nl/*",
        "http://www.google.co.in/*",
        "https://www.google.co.in/*",
        "http://www.google.co.th/*",
        "https://www.google.co.th/*",
        "http://www.google.co.jp/*",
        "https://www.google.co.jp/*",
        "http://www.goocnjp.com/*",
        "https://www.goocnjp.com/*",
        "http://www.google.ca/*",
        "https://www.google.ca/*",
        "http://www.google.com.mx/*",
        "https://www.google.com.mx/*",
        "http://www.google.com.eg/*",
        "https://www.google.com.eg/*",
        "http://www.google.cl/*",
        "https://www.google.cl/*",
        "http://www.google.fr/*",
        "https://www.google.fr/*",
        "http://www.google.gr/*",
        "https://www.google.gr/*",
        "http://www.google.ae/*",
        "https://www.google.ae/*",
        "http://www.google.co.uk/*",
        "https://www.google.co.uk/*",
        "http://www.google.pl/*",
        "https://www.google.pl/*",
        "http://www.google.com.ar/*",
        "https://www.google.com.ar/*",
        "http://www.google.com.hk/*",
        "https://www.google.com.hk/*",
        "http://www.google.es/*",
        "https://www.google.es/*",
        "http://www.google.it/*",
        "https://www.google.it/*",
        "http://www.google.be/*",
        "https://www.google.be/*",
        "http://www.google.ch/*",
        "https://www.google.ch/*",
        "http://www.google.com.au/*",
        "https://www.google.com.au/*",
        "http://www.google.ro/*",
        "https://www.google.ro/*",
        "http://www.google.com.sa/*",
        "https://www.google.com.sa/*",
        "http://www.google.com.my/*",
        "https://www.google.com.my/*",
        "http://www.google.de/*",
        "https://www.google.de/*",
        "http://www.google.com/*",
        "https://www.google.com/*",
        "http://www.google.cn/*",
        "https://www.google.cn/*",
        "http://www.google.co.il/*",
        "https://www.google.co.il/*",
        "http://www.google.com.tr/*",
        "https://www.google.com.tr/*",
        "http://www.google.com.sg/*",
        "https://www.google.com.sg/*",
        "http://www.google.com.tw/*",
        "https://www.google.com.tw/*",
        "http://www.google.se/*",
        "https://www.google.se/*",
        "http://www.google.com.pk/*",
        "https://www.google.com.pk/*",
        "http://www.google.com.af/*",
        "https://www.google.com.af/*"
      ],
      "exclude_globs": [
        "https://www.google.com/*/chrome/newtab*",
        "https://www.google.ca/*/chrome/newtab*",
        "https://*/*/chrome/newtab*",
        "http://*/*/chrome/newtab*"
      ],
      "js": [
        "scripts/jquery-1.8.2.min.js",
        "scripts/main.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "offline_enabled": false,
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "*://*.google.com/",
    "http://*/",
    "https://*/"
  ],
  "short_name": "__MSG_extTitle__",
  "version_name": "1.1.6",
  "web_accessible_resources": [
    "images/*.*"
  ]
}