Caret Browsing

Caret Browsing

Browse the text of web pages using arrow keys.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_CARET_BROWSING_APPNAME__",
  "version": "1.1.0",
  "description": "__MSG_CARET_BROWSING_APPDESC__",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "caret_19.png",
    "default_title": "__MSG_CARET_BROWSING_APPNAME__"
  },
  "default_locale": "en",
  "icons": {
    "16": "caret_16.png",
    "48": "caret_48.png",
    "128": "caret_128.png"
  }
}