DeepDyve Plugin

DeepDyve Plugin

The DeepDyve plugin seamlessly connects your favorite search engines with your DeepDyve Library through your DeepDyve account. Search, organize and access articles from PubMed, Google Scholar and across the web through your DeepDyve account.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "DeepDyve Plugin",
  "description": "DeepDyve Plugin",
  "version": "4.1.36",
  "manifest_version": 3,
  "default_locale": "en",
  "short_name": "DeepDyve",
  "author": "DeepDyve, Inc",
  "homepage_url": "https://www.deepdyve.com",
  "icons": {
    "16": "assets/images/deepdyve-logo-icon-color-16x16.png",
    "48": "assets/images/deepdyve-logo-icon-color-48x48.png",
    "128": "assets/images/deepdyve-logo-icon-color-128x128.png",
    "256": "assets/images/deepdyve-logo-icon-color-256x256.png"
  },
  "action": {
    "default_icon": {
      "16": "assets/images/deepdyve-logo-icon-color-16x16.png",
      "24": "assets/images/deepdyve-logo-icon-color-24x24.png",
      "32": "assets/images/deepdyve-logo-icon-color-32x32.png"
    },
    "default_title": "DeepDyve Plugin",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "service-worker.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/styles/main.css"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@deepdyve_plugin",
      "strict_min_version": "109.0"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; script-src-elem 'self'; worker-src 'self'; object-src 'self'"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "tabs",
    "scripting",
    "storage"
  ]
}