Kindle Highlights

Kindle Highlights

Resurface your Kindle highlights and remember what's important to you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Kindle Highlights",
  "version": "1.2.1",
  "description": "Resurface your Kindle highlights and remember what's important to you.",
  "author": "Vective",
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "permissions": [
    "storage",
    "https://read.amazon.com/"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}