Hypothesis - Web & PDF Annotation

Hypothesis - Web & PDF Annotation

Hold discussions, read socially, organize your research, and take personal notes on web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Hypothesis - Web & PDF Annotation",
  "version": "3.8.17.1151",
  "version_name": "1.1325.0.0 (Official Build)",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "description": "Hold discussions, read socially, organize your research, and take personal notes on web",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "incognito": "split",
  "options_ui": {
    "page": "options/index.html"
  },
  "offline_enabled": false,
  "permissions": [
    "scripting",
    "storage",
    "tabs",
    "cookies"
  ],
  "host_permissions": [
    "<all_urls>",
    "*://*/*"
  ],
  "optional_permissions": [
    "webNavigation"
  ],
  "background": {
    "service_worker": "extension.bundle.js"
  },
  "action": {
    "default_icon": {
      "19": "images/browser-icon-inactive.png",
      "38": "images/[email protected]"
    }
  },
  "externally_connectable": {
    "matches": [
      "https://hyp.is/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "client/*",
        "help/*",
        "pdfjs/*",
        "pdfjs/web/viewer.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}