Readwise Highlighter (Community)

Readwise Highlighter (Community)

Create highlights from any webpage and sync directly to your Readwise account.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Readwise Highlighter (Community)",
  "description": "Create highlights from any webpage and sync directly to your Readwise account.",
  "version": "1.7",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "notifications",
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/readwise_highlighter16.png",
      "32": "/images/readwise_highlighter32.png",
      "48": "/images/readwise_highlighter48.png",
      "128": "/images/readwise_highlighter128.png"
    }
  },
  "icons": {
    "16": "/images/readwise_highlighter16.png",
    "32": "/images/readwise_highlighter32.png",
    "48": "/images/readwise_highlighter48.png",
    "128": "/images/readwise_highlighter128.png"
  }
}