PDF annotator

PDF annotator

PDF annotator for research papers + integrate ML in the future

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PDF annotator",
  "version": "1.1.0",
  "description": "PDF annotator for research papers + integrate ML in the future",
  "manifest_version": 3,
  "background": {},
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [],
  "web_accessible_resources": [
    {
      "resources": [],
      "matches": [
        "http://127.0.0.1/*",
        "https://developer.chrome.com/*"
      ]
    }
  ]
}