detektIIIF (ZB Zürich)

detektIIIF (ZB Zürich)

detektIIIF Plugin erkennt IIIF Manifeste und übergibt sie einzeln oder als Collection an den IIIF Mirador Viewer der Zentralbibliothek Zürich. Version 1.0.6

Additional files are visible only to premium users

manifest.json


{
  "version": "1.0.6",
  "manifest_version": 2,
  "name": "detektIIIF 2 (ZB Zurich)",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "webRequest",
    "tabs",
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "devtools_page": "devtools.html",
  "web_accessible_resources": [
    "content.styles.css",
    "icon-128.png",
    "icon-34.png"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{19f6b119-af6c-4b4c-aed8-e99c9ddd0a89}"
    }
  }
}