Kindle Cloud Reader - Read Kindle books

Kindle Cloud Reader - Read Kindle books

Are you looking for Kindle Cloud Reader? It is an app that lets you read Kindle books online. It is free and web-based.

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.1",
  "name": "Kindle Cloud Reader - Read Kindle books",
  "description": "Are you looking for Kindle Cloud Reader? It is an app that lets you read Kindle books online. It is free and web-based.",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "action": {
    "default_icon": {
      "16": "icon/16.png",
      "32": "icon/32.png",
      "48": "icon/48.png",
      "128": "icon/128.png"
    },
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "service-worker.js"
  }
}