Kindle For PC - Windows and Mac

Kindle For PC - Windows and Mac

Do you want to use Kindle on your Windows 11/10/8/7 PC or Mac? Install the extension now and enjoy browser-based ebook reader.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.2",
  "name": "Kindle For PC - Windows and Mac",
  "description": "Do you want to use Kindle on your Windows 11/10/8/7 PC or Mac? Install the extension now and enjoy browser-based ebook reader.",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Kindle",
    "default_popup": "index.html"
  }
}