Read on reMarkable

Read on reMarkable

Read web articles on your reMarkable with a click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Read on reMarkable",
  "version": "1.2.6",
  "description": "Read web articles on your reMarkable with a click.",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png",
    "256": "icons/256.png"
  },
  "action": {
    "default_title": "Read the current page on your reMarkable account.",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "options.html",
  "permissions": [
    "activeTab",
    "contextMenus",
    "printerProvider",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://*.remarkable.com/"
  ]
}